X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=a4b8b5be8c0918e97c3a889463550090f234a4d5;hp=d55414a00e60521f03d0c41d8ac0541f0015037d;hb=422dd3858dacc83de5e9d053140341b62a44012b;hpb=7a466a72577b5666867dae230fa5e4d654bffdfa diff --git a/setup.py b/setup.py index d55414a..a4b8b5b 100644 --- a/setup.py +++ b/setup.py @@ -1,13 +1,12 @@ from setuptools import setup, find_packages -version = '0.2.6' +version = '0.2.8' install_requires = [ "python-dateutil", "requests", "pyfiglet", "SQLAlchemy", - "pysqlite", "twitter", "Pillow", ] @@ -24,6 +23,9 @@ 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", @@ -31,7 +33,7 @@ setup(name='rainbowstream', keywords='twitter, command-line tools, web 2.0, stream API', author='Vu Nhat Minh', author_email='nhatminh179@gmail.com', - url='https://github.com/DTVD/rainbowstream', + url='http://www.rainbowstream.org/', license='MIT License', packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), include_package_data=True,