Add missing Python 3.5 classifier

Python 3.5 support was added to the gate jobs. Since Bandit fully
passes those tests, we can now claim Python 3.5 support in the
classifier.

Change-Id: Ia733ec36ce2350b5273031e4ab2491b344fd2bd2
This commit is contained in:
Eric Brown 2016-07-05 18:57:03 -07:00
parent bb1538f047
commit 7ec796970f
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ classifier =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Topic :: Security
[entry_points]