Skip to content

Commit

Permalink
Merge pull request #18 from EtWnn/pip_fix
Browse files Browse the repository at this point in the history
Pip fix
  • Loading branch information
EtWnn authored Apr 7, 2021
2 parents 47f7d2d + fa46ca9 commit 6db64fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ Quick Tour

**Installation**

``CryptoPrice`` is available on `PYPI <https://pypi.org/project/CryptoPrice/>`_, install with ``pip``:
``CryptoPrice`` is available on `PYPI <https://pypi.org/project/python-CryptoPrice/>`_, install with ``pip``:

.. code:: bash
pip install CryptoPrice
pip install python-CryptoPrice
You can also install the latest developments (not stable):

Expand Down
4 changes: 2 additions & 2 deletions docs/source/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Getting Started
Installation
------------

``CryptoPrice`` is available on `PYPI <https://pypi.org/project/CryptoPrice/>`_, install with ``pip``:
``CryptoPrice`` is available on `PYPI <https://pypi.org/project/python-CryptoPrice/>`_, install with ``pip``:

.. code:: bash
pip install CryptoPrice
pip install python-CryptoPrice
You can also install the latest developments (not stable):

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
exec(f.read(), about)

setup(
name='CryptoPrice',
name='python-CryptoPrice',
version=about['__version__'],
packages=['CryptoPrice',
'CryptoPrice.retrievers',
Expand Down

0 comments on commit 6db64fa

Please sign in to comment.