summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorThomas <takowl@gmail.com>2012-01-12 14:02:09 +0000
committerThomas <takowl@gmail.com>2012-01-12 14:02:09 +0000
commit0c2bb473529795d29ad43ce0d14162d1e2c19027 (patch)
tree754f7367668ae59b2cb5fd1bae75d6ee0948129e /setup.py
parent6fedd15136e8de6a98c46cd1d92c6e6cf2790fae (diff)
downloadpycrypto-0c2bb473529795d29ad43ce0d14162d1e2c19027.tar.gz
Add trove classifiers to indicate Python 2 and 3 compatibility.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index cda9950..36adf67 100644
--- a/setup.py
+++ b/setup.py
@@ -478,6 +478,8 @@ if hasattr(core, 'setup_keywords'):
'Operating System :: Microsoft :: Windows',
'Operating System :: MacOS :: MacOS X',
'Topic :: Security :: Cryptography',
+ 'Programming Language :: Python :: 2',
+ 'Programming Language :: Python :: 3',
]
if 'download_url' in core.setup_keywords:
kw['download_url'] = ('http://www.pycrypto.org/files/'