summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren Stüvel <sybren@stuvel.eu>2014-02-28 17:40:18 +0100
committerSybren Stüvel <sybren@stuvel.eu>2014-02-28 17:40:18 +0100
commit05af6f11bf545012f611db47dd1dcb8850d08da6 (patch)
treea3e25b5c2f2c59118a774811ace8804e7c94b5b2
parent67c4157e5323b846230b42656c893c7eb3cbac22 (diff)
parent183664cddc301652fa4e76f1e76c358e350cf926 (diff)
downloadrsa-git-05af6f11bf545012f611db47dd1dcb8850d08da6.tar.gz
Merged in brettsky/python-rsa/brettsky/list-python-3-support-in-setuppy-1393605517644 (pull request #8)
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=[