Skip to content

Commit

Permalink
"Update package name to PyTweetToolkit in setup.py and README.md"
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyJonesCodes committed Mar 25, 2024
1 parent 31caf42 commit 4d6f8be
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 @@ -18,7 +18,7 @@ PyTweetToolkit can be installed using multiple methods. Choose the one that suit
This is the easiest way to get PyTweetToolkit up and running. Use pip for installation:

```bash
pip install pytweet-toolkit
pip install PyTweetToolkit
```

For more details, visit [PyTweetToolkit on PyPI](https://pypi.org/project/pytweet-toolkit/).
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(
name="pytweet-toolkit",
name="PyTweetToolkit",
version="1.0.0",
author='Dev Jones',
author_email='[email protected]',
Expand Down

0 comments on commit 4d6f8be

Please sign in to comment.