From da953f24d022168f9b67b567d7685a7d422354b9 Mon Sep 17 00:00:00 2001 From: philsv <35413649+philsv@users.noreply.github.com> Date: Wed, 7 Jun 2023 04:06:02 +0200 Subject: [PATCH] chore: update pypi name --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,