commit | 183664cddc301652fa4e76f1e76c358e350cf926 | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Fri Feb 28 16:38:40 2014 +0000 |
committer | Brett Cannon <brett@python.org> | Fri Feb 28 16:38:40 2014 +0000 |
tree | a3e25b5c2f2c59118a774811ace8804e7c94b5b2 | |
parent | 67c4157e5323b846230b42656c893c7eb3cbac22 [diff] [blame] |
List Python 3 support in setup.py.
diff --git a/setup.py b/setup.py index 8a2df8d..e5a8570 100755 --- a/setup.py +++ b/setup.py
@@ -22,6 +22,7 @@ 'License :: OSI Approved :: Apache Software License', 'Operating System :: OS Independent', 'Programming Language :: Python', + 'Programming Language :: Python :: 3', 'Topic :: Security :: Cryptography', ], install_requires=[