aboutsummaryrefslogtreecommitdiff
path: root/setup.py
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
commit183664cddc301652fa4e76f1e76c358e350cf926 (patch)
treea3e25b5c2f2c59118a774811ace8804e7c94b5b2 /setup.py
parent67c4157e5323b846230b42656c893c7eb3cbac22 (diff)
downloadrsa-183664cddc301652fa4e76f1e76c358e350cf926.tar.gz
List Python 3 support in setup.py.
Diffstat (limited to '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=[