diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-05-10 15:33:31 -0700 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-05-10 15:33:31 -0700 |
| commit | 37710c426ae6793c8c59cda711a3c4c8695eeffa (patch) | |
| tree | dcc5e6e79813c116e04a9ae18da63af5d88c57d6 /setup.py | |
| parent | b09302dbbe3e50719a75b17b5d529dc41795f104 (diff) | |
| download | python-memcached-37710c426ae6793c8c59cda711a3c4c8695eeffa.tar.gz | |
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" ]) |
