From: vunhat_minh Date: Fri, 11 Jul 2014 06:57:26 +0000 (+0900) Subject: setup.py update X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=commitdiff_plain;h=1b752a0415f248da2dc428a38fe9def5941ca14c;hp=ff858bfb99c554b1acc422ef1706c0ae7d2152e5 setup.py update --- diff --git a/setup.py b/setup.py index c5ab2d2..a4b8b5b 100644 --- a/setup.py +++ b/setup.py @@ -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,