aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-09-18 09:36:59 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-09-18 09:36:59 -0500
commit27f02a38fe66b547d377e8e15ad5577f3902fde4 (patch)
treed840ded1fb5ab9432b31a6a7b8c2d9bae4dda1fd
parent3dd51cc46a7b57ffef312f318b27597369a2b125 (diff)
parent1d5805b6ecaef5c3f721203a04e1950ff685b7f2 (diff)
downloadcryptography-27f02a38fe66b547d377e8e15ad5577f3902fde4.tar.gz
cryptography-27f02a38fe66b547d377e8e15ad5577f3902fde4.tar.bz2
cryptography-27f02a38fe66b547d377e8e15ad5577f3902fde4.zip
Merge pull request #2351 from alex/trove
added a trove classifier
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index e71e6760..444b488b 100644
--- a/setup.py
+++ b/setup.py
@@ -290,6 +290,7 @@ setup(
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
+ "Programming Language :: Python :: 3.5",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Security :: Cryptography",