X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=bc8136659f18de937e88b83cf25ae577b934d285;hp=e4b48b0e382b6ca3198fd80492043f3793c2753e;hb=b04861f5217efcaf48328f29a08aa097f4503a68;hpb=e16801a36b039c1e1a1802f0c2d58d1a03314bf9 diff --git a/setup.py b/setup.py index e4b48b0..bc81366 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '0.0.2' +version = '0.0.8' install_requires = [ "SQLAlchemy", @@ -16,7 +16,7 @@ install_requires = [ setup(name='rainbowstream', version=version, - description="A colorful terminal-based client for Twitter. Streaming also supported", + description="A colorful terminal-based Twitter client. Streaming API supportd.", long_description=open("./README.rst", "r").read(), classifiers=[ "Development Status :: 5 - Production/Stable", @@ -26,9 +26,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 +34,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.2.zip', license='MIT License', packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), include_package_data=True,