diff --git a/setup.py b/setup.py index 31c67b4..b80f8f3 100644 --- a/setup.py +++ b/setup.py @@ -10,13 +10,13 @@ setuptools.setup( name="littlebird", - version="0.0.2", + version="1.0.0", author="Alexandra DeLucia", - author_email="aadelcuia@jhu.edu", + author_email="aadelucia@jhu.edu", description="Utilities for opening and processing Tweets", long_description=long_description, long_description_content_type="text/markdown", - url="", + url="https://github.com/AADeLucia/littlebird", packages=setuptools.find_packages(), install_requires=["jsonlines", "regex", "filetype", "lxml", "emoji", "nltk"], license="MIT",