From 37710c426ae6793c8c59cda711a3c4c8695eeffa Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 10 May 2014 15:33:31 -0700 Subject: Complete the Python3 work! --- setup.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'setup.py') 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" ]) -- cgit v1.2.1