summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2014-02-28 16:38:40 +0000
committerBrett Cannon <brett@python.org>2014-02-28 16:38:40 +0000
commitd7aacc78bdb663af58a93804e15fba773e684a98 (patch)
treea3e25b5c2f2c59118a774811ace8804e7c94b5b2
parent62b497c06e83e1fffa09a11460bf464c204ec724 (diff)
downloadrsa-d7aacc78bdb663af58a93804e15fba773e684a98.tar.gz
List Python 3 support in setup.py.
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 8a2df8d..e5a8570 100755
--- a/setup.py
+++ b/setup.py
@@ -22,6 +22,7 @@ setup(name='rsa',
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
'Programming Language :: Python',
+ 'Programming Language :: Python :: 3',
'Topic :: Security :: Cryptography',
],
install_requires=[