Skip to content

Commit

Permalink
changed pypi name for uniqueness
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandra DeLucia committed Jan 16, 2023
1 parent d67e62f commit 61c921a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ python setup.py develop

### 2. Install with `pip`
```bash
pip install git+git://github.com/AADeLucia/littlebird.git#egg=littlebird
pip install littlebird-twitter-utils
```


Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
long_description = fh.read()

setuptools.setup(
name="littlebird",
name="littlebird-twitter-utils",
version="1.0.0",
author="Alexandra DeLucia",
author_email="[email protected]",
description="Utilities for opening and processing Tweets",
description="Utilities for reading, writing, and processing tweets",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/AADeLucia/littlebird",
Expand Down

0 comments on commit 61c921a

Please sign in to comment.