Skip to content

Commit

Permalink
reverting pypi name
Browse files Browse the repository at this point in the history
  • Loading branch information
thf24 committed Jun 4, 2020
1 parent 1dc5a87 commit 7ab7286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ You can also use Anaconda instead of a virtualenv:
Then you can install the simfin package inside that virtual environment:

source activate simfin-env
pip install simfin-python
pip install simfin

If the last command fails, or if you want to install the latest development
version from this GitHub repository, then you can run the following instead:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
MY_VERSION = '0.7.0'

setup(
name='simfin-python',
name='simfin',
packages=['simfin'],
version=MY_VERSION,
description='Simple financial data for Python',
Expand Down

0 comments on commit 7ab7286

Please sign in to comment.