Skip to content

Commit

Permalink
chore: update pypi name
Browse files Browse the repository at this point in the history
  • Loading branch information
philsv committed Jun 7, 2023
1 parent a971fff commit da953f2
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 @@ -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
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 @@
long_description = ld.read()

setuptools.setup(
name="pycot",
name="pycot-reports",
version=__version__,
packages=["pycot"],
include_package_data=True,
Expand Down

0 comments on commit da953f2

Please sign in to comment.