X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=29bab807c03241d0245804c565c81af466160381;hp=bcd25fa181a954eeb0afead50339637099df20b3;hb=80bb204063c05df084c83f619a084c8c4ef9746e;hpb=991c30af2171bac652a3c8402f938e23b955a8d1;ds=sidebyside diff --git a/setup.py b/setup.py index bcd25fa..29bab80 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '0.0.1' +version = '0.2.3' install_requires = [ "SQLAlchemy", @@ -8,7 +8,6 @@ install_requires = [ "colorama", "pyfiglet", "python-dateutil", - "termcolor", "twitter", "Pillow", "requests", @@ -16,7 +15,7 @@ install_requires = [ setup(name='rainbowstream', version=version, - description="A colorful terminal-based client for Twitter. Streaming also supported", + description="A smart and nice Twitter client on terminal.", long_description=open("./README.rst", "r").read(), classifiers=[ "Development Status :: 5 - Production/Stable", @@ -26,9 +25,6 @@ setup(name='rainbowstream', "Operating System :: OS Independent", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", - "Programming Language :: Python :: 3.2", - "Programming Language :: Python :: 3.3", - "Programming Language :: Python :: 3.4", "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries", "Topic :: Utilities", "License :: OSI Approved :: MIT License", @@ -37,7 +33,6 @@ setup(name='rainbowstream', author='Vu Nhat Minh', author_email='nhatminh_179@hotmail.com', url='https://github.com/DTVD/rainbowstream', - download_url='https://github.com/DTVD/rainbowstream/archive/v0.0.1.zip', license='MIT License', packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), include_package_data=True,