]> jfr.im git - z_archive/twitter.git/commitdiff
Fix project name and classifiers. Version bump 1.6.
authorMike Verdone <redacted>
Fri, 25 Mar 2011 00:16:48 +0000 (01:16 +0100)
committerMike Verdone <redacted>
Fri, 25 Mar 2011 00:16:48 +0000 (01:16 +0100)
setup.py

index 4e0f9fcc74e8766cb614c07cee53a6d60f457cd1..4fda4fed6166f2180c7fa123e9536ce8aa7c1092 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,13 +1,13 @@
 from setuptools import setup, find_packages
 import sys, os
 
-version = '1.5.3'
+version = '1.6'
 
 install_requires = [
     # -*- Extra requirements: -*-
     ]
 
-setup(name='twitter3',
+setup(name='twitter',
       version=version,
       description="An API and command-line toolset for Twitter (twitter.com)",
       long_description=open("./README", "r").read(),
@@ -19,6 +19,8 @@ setup(name='twitter3',
           "Natural Language :: English",
           "Operating System :: OS Independent",
           "Programming Language :: Python :: 3",
+          "Programming Language :: Python :: 2.6",
+          "Programming Language :: Python :: 2.7",
           "Topic :: Communications :: Chat :: Internet Relay Chat",
           "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries",
           "Topic :: Utilities",