X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=4603d182f1a4ab43a25470d20150fe96ee2f119a;hp=c19cc83aedd0f1a325a419de9d6151036d063542;hb=b5bf95699a34a157aa9c88efbf7359d3fdeaeeae;hpb=c3bab4ef2c05950ac280571d9b3575beb5203b31;ds=sidebyside diff --git a/setup.py b/setup.py index c19cc83..4603d18 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '0.2.7' +version = '0.3.0' install_requires = [ "python-dateutil", @@ -23,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", @@ -30,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,