From 3f6d9521252f6a7be53c34777c3c026c46d4ff98 Mon Sep 17 00:00:00 2001 From: ABignaud Date: Mon, 26 Apr 2021 12:56:22 +0200 Subject: [PATCH] Update README badges. --- .github/workflows/python-package.yml | 2 +- README.md | 6 +++--- setup.py | 4 +--- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 1964c62..30b977b 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions -name: Test python package +name: Build on: push: diff --git a/README.md b/README.md index 63fcc2f..105710f 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ [![PyPI version](https://badge.fury.io/py/metator.svg)](https://badge.fury.io/py/metator) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/metator.svg) -[![Build Status](https://travis-ci.com/koszullab/metaTOR.svg)](https://travis-ci.com/koszullab/metaTOR) -[![Docker Automated build](https://img.shields.io/docker/build/koszullab/metator.svg)](https://hub.docker.com/r/koszullab/metator/) +[![Build Status](https://github.com/koszullab/metator/actions/workflows/python-package.yml/badge.svg)](https://github.com/koszullab/metaTOR/actions) +[![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/koszullab/metator)](https://hub.docker.com/r/koszullab/metator) [![Read the docs](https://readthedocs.org/projects/metator/badge)](https://metator.readthedocs.io) -[![License: GPLv3](https://img.shields.io/badge/License-GPL%203-0298c3.svg)](https://opensource.org/licenses/GPL-3.0) +[![License: GPLv3](https://img.shields.io/badge/License-GPL%203-0298c3.svg)](https://opensource.org/licenses/bo-3.0) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black) Metagenomic Tridimensional Organisation-based Reassembly - A set of scripts that diff --git a/setup.py b/setup.py index 9bb5530..689e015 100644 --- a/setup.py +++ b/setup.py @@ -18,13 +18,11 @@ "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Bio-Informatics", "Topic :: Scientific/Engineering :: Visualization", - "Operating System :: Microsoft :: Windows", - "Operating System :: POSIX", "Operating System :: Unix", - "Operating System :: MacOS", ] name = "metator"