X-Git-Url: https://jfr.im/git/z_archive/twitter.git/blobdiff_plain/93281aed94b202504d033ff0c78124f60a6071f0..294513bc43f5dc64a6025ba4c9e4ae1cca23c093:/setup.py diff --git a/setup.py b/setup.py index a51afac..973dd00 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import sys, os -version = '1.10.1' +version = '1.14.3' install_requires = [ # -*- Extra requirements: -*- @@ -18,9 +18,11 @@ 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.2", + "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",