summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDan Crosta <dcrosta@late.am>2013-04-25 09:27:10 -0400
committerDan Crosta <dcrosta@late.am>2013-04-25 09:27:10 -0400
commit2d191d3793265ae32514510af251d7ea129e343d (patch)
treee2e0fbffd3bfbf2f2d859da00393c78bfcc49cfc /setup.py
parent034d40ef45c5b02383c7a8c3a1bdc4af0d0b6de0 (diff)
downloadpymemcache-2d191d3793265ae32514510af251d7ea129e343d.tar.gz
add trove classifiers to package metadata
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 3e920af..d986060 100644
--- a/setup.py
+++ b/setup.py
@@ -13,5 +13,12 @@ setup(
long_description = open('README.md').read(),
license = 'Apache License 2.0',
url = 'https://github.com/Pinterest/pymemcache',
+ classifiers=[
+ 'Programming Language :: Python',
+ 'Programming Language :: Python :: 2.6',
+ 'Programming Language :: Python :: 2.7',
+ 'License :: OSI Approved :: Apache Software License',
+ 'Topic :: Database',
+ ],
)