From d10f96416062d483d934915c2f2c6ad4d090bf5a Mon Sep 17 00:00:00 2001 From: Anthony Valente Date: Sun, 24 Apr 2022 13:00:51 -0700 Subject: [PATCH] Improve metadata of package. --- README.md | 7 ++++--- docs/source/index.rst | 4 ++-- pyascore/__init__.py | 1 - 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4b69cd4..a7ba47e 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ ![Linux Build](https://github.com/AnthonyOfSeattle/pyAscore/actions/workflows/linux-build.yml/badge.svg) [![Windows Build](https://github.com/AnthonyOfSeattle/pyAscore/actions/workflows/windows-build.yml/badge.svg)](https://github.com/AnthonyOfSeattle/pyAscore/actions/workflows/windows-build.yml) [![Documentation Status](https://readthedocs.org/projects/pyascore/badge/?version=latest)](https://pyascore.readthedocs.io/en/latest/?badge=latest) +[![PyPI](https://img.shields.io/pypi/v/pyascore?color=green)](https://pypi.org/project/pyascore/) ## Intro @@ -17,12 +18,12 @@ For more information, check out our ## Getting Started -### Install from Github +### Install from PyPI -If you just want to use the pyAscore package, and don't want to contribute, you can get the most up to date version straight from this repository with pip. +If you just want to use the pyAscore package, and don't want to contribute, you can get the most up to date version using pip. ``` -pip install git+https://github.com/AnthonyOfSeattle/pyAscore.git +pip install pyascore ``` ### Installing from a local clone diff --git a/docs/source/index.rst b/docs/source/index.rst index 80a9e2f..17a878b 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -58,11 +58,11 @@ pyAscore also depends on several Python packages: - `tqdm `_ If you just want to use the pyAscore package, and don't want to contribute, -you can get the most up to date version straight from this repository with pip. +you can get the most up to date version using pip. .. code-block:: bash - $ pip install git+https://github.com/AnthonyOfSeattle/pyAscore.git + $ pip install pyascore If you would like to contribute, first fork the main repository, and then follow the following steps to compile and test. diff --git a/pyascore/__init__.py b/pyascore/__init__.py index 436f177..e27978f 100644 --- a/pyascore/__init__.py +++ b/pyascore/__init__.py @@ -1,4 +1,3 @@ -"""Initialize the mokapot package.""" try: from importlib.metadata import version, PackageNotFoundError