summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSean Reifschneider <jafo@tummy.com>2014-05-11 15:26:40 -0600
committerSean Reifschneider <jafo@tummy.com>2014-05-11 15:26:40 -0600
commite268a8b0cae77a9cf669e5e51d9216c6d5881871 (patch)
treedc70b1c649b7832858e7785283d1142f4b74a3b4 /setup.py
parentb09302dbbe3e50719a75b17b5d529dc41795f104 (diff)
parent79b149b81d3b67a164a37565044b21220de41db9 (diff)
downloadpython-memcached-e268a8b0cae77a9cf669e5e51d9216c6d5881871.tar.gz
Merge pull request #43 from alex/finish-py3k
Complete the Python3 work!
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index f66b227..3f305a8 100644
--- a/setup.py
+++ b/setup.py
@@ -22,5 +22,13 @@ setup(name="python-memcached",
"Programming Language :: Python",
"Topic :: Internet",
"Topic :: Software Development :: Libraries :: Python Modules",
+ "Programming Language :: Python",
+ "Programming Language :: Python :: 2",
+ "Programming Language :: Python :: 2.6",
+ "Programming Language :: Python :: 2.7",
+ "Programming Language :: Python :: 3",
+ "Programming Language :: Python :: 3.2",
+ "Programming Language :: Python :: 3.3",
+ "Programming Language :: Python :: 3.4"
])