summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSean Reifschneider <jafo@tummy.com>2014-09-21 13:41:24 -0600
committerSean Reifschneider <jafo@tummy.com>2014-09-21 13:41:24 -0600
commit0864fa4c50aeab49e1adb4551730fa0dacff4889 (patch)
treeabd62bd707c8d5c8e4144587e3859fad014c0613 /setup.py
parentfbfae698fab2be8a6621ed0f2c6f04fa35c2579b (diff)
downloadpython-memcached-release-1.54.tar.gz
Ready for release.release-1.54
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index f105bf2..2a01f84 100644
--- a/setup.py
+++ b/setup.py
@@ -27,8 +27,8 @@ setup(name="python-memcached",
"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"
+# "Programming Language :: Python :: 3",
+# "Programming Language :: Python :: 3.2",
+# "Programming Language :: Python :: 3.3",
+# "Programming Language :: Python :: 3.4"
])