X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=ae4ded269c25d14c13a8fe1542d53c34f4ad4c05;hp=235839718889817c1e3256c8f2b858cc318ec92c;hb=085fd3185766db88a8825b10eed72c5fcc1729ed;hpb=a1c246e6cd049e2cdce9da689a49d0783eac6786 diff --git a/setup.py b/setup.py index 2358397..ae4ded2 100644 --- a/setup.py +++ b/setup.py @@ -4,6 +4,7 @@ version = '0.0.1' install_requires = [ "SQLAlchemy", + "pysqlite", "colorama", "pyfiglet", "python-dateutil", @@ -13,8 +14,7 @@ install_requires = [ setup(name='rainbowstream', version=version, - description="A rainbow streaming console for Twitter (twitter.com)", - long_description=open("./README.md", "r").read(), + description="A terminal-based rainbow streaming client for Twitter", classifiers=[ "Development Status :: 5 - Production/Stable", "Environment :: Console",