X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=d55414a00e60521f03d0c41d8ac0541f0015037d;hp=4048d7518af87c2ab734aaef3b90192aa56ebdb4;hb=7a466a72577b5666867dae230fa5e4d654bffdfa;hpb=219dafbb15b4f6be7a2486a4a5561d2883672491 diff --git a/setup.py b/setup.py index 4048d75..d55414a 100644 --- a/setup.py +++ b/setup.py @@ -1,16 +1,15 @@ from setuptools import setup, find_packages -version = '0.2.5' +version = '0.2.6' install_requires = [ + "python-dateutil", + "requests", + "pyfiglet", "SQLAlchemy", "pysqlite", - "colorama", - "pyfiglet", - "python-dateutil", "twitter", "Pillow", - "requests", ] setup(name='rainbowstream', @@ -31,7 +30,7 @@ setup(name='rainbowstream', ], keywords='twitter, command-line tools, web 2.0, stream API', author='Vu Nhat Minh', - author_email='nhatminh_179@hotmail.com', + author_email='nhatminh179@gmail.com', url='https://github.com/DTVD/rainbowstream', license='MIT License', packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),