diff --git a/README.md b/README.md index 9b19314..a1a8f0e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ pycot is a easy to use python library for interacting with the [CFTC Commitment ## Installation ```ini -pip install pycot +pip install pycot-reports ``` ## Requirements diff --git a/setup.py b/setup.py index db10e85..322e507 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = ld.read() setuptools.setup( - name="pycot", + name="pycot-reports", version=__version__, packages=["pycot"], include_package_data=True,