X-Git-Url: https://jfr.im/git/z_archive/twitter.git/blobdiff_plain/a72824526aa3f87b5aa5cf5121f62f71aca42269..30af6c0f49cd4a11409f0ff1d78dab696e9c7749:/setup.py diff --git a/setup.py b/setup.py index 7fb987e..31333bc 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import sys, os -version = '1.7.2' +version = '1.14.0' install_requires = [ # -*- Extra requirements: -*- @@ -18,9 +18,10 @@ setup(name='twitter', "Intended Audience :: End Users/Desktop", "Natural Language :: English", "Operating System :: OS Independent", - "Programming Language :: Python :: 3", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", + "Programming Language :: Python :: 3.3", + "Programming Language :: Python :: 3.4", "Topic :: Communications :: Chat :: Internet Relay Chat", "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries", "Topic :: Utilities",