From 61c921a6455ecebdf55c9469cda35ab1d2ed0477 Mon Sep 17 00:00:00 2001 From: Alexandra DeLucia Date: Sun, 15 Jan 2023 23:28:57 -0500 Subject: [PATCH] changed pypi name for uniqueness --- README.md | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b34b10c..b5d67c1 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/setup.py b/setup.py index b80f8f3..777cef3 100644 --- a/setup.py +++ b/setup.py @@ -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="aadelucia@jhu.edu", - 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",