Skip to content

Commit

Permalink
Improve metadata of package.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Valente committed Apr 24, 2022
1 parent fd2420e commit d10f964
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ pyAscore also depends on several Python packages:
- `tqdm <https://github.com/tqdm/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.
Expand Down
1 change: 0 additions & 1 deletion pyascore/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
"""Initialize the mokapot package."""
try:
from importlib.metadata import version, PackageNotFoundError

Expand Down

0 comments on commit d10f964

Please # to comment.