diff options
| author | Sean Reifschneider <jafo@tummy.com> | 2014-05-11 15:26:40 -0600 |
|---|---|---|
| committer | Sean Reifschneider <jafo@tummy.com> | 2014-05-11 15:26:40 -0600 |
| commit | e268a8b0cae77a9cf669e5e51d9216c6d5881871 (patch) | |
| tree | dc70b1c649b7832858e7785283d1142f4b74a3b4 /setup.py | |
| parent | b09302dbbe3e50719a75b17b5d529dc41795f104 (diff) | |
| parent | 79b149b81d3b67a164a37565044b21220de41db9 (diff) | |
| download | python-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.py | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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" ]) |
