summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-05-10 15:33:31 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-05-10 15:33:31 -0700
commit37710c426ae6793c8c59cda711a3c4c8695eeffa (patch)
treedcc5e6e79813c116e04a9ae18da63af5d88c57d6 /setup.py
parentb09302dbbe3e50719a75b17b5d529dc41795f104 (diff)
downloadpython-memcached-37710c426ae6793c8c59cda711a3c4c8695eeffa.tar.gz
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"
])