NIT: Fix missing python 3 in classifier

Python 3.4 was added, but not Python 3.

TrivialFix

Change-Id: Ie84021f55785deadd1064f58a2d085b6bc5477ec
This commit is contained in:
Eric Brown 2015-08-03 22:31:29 -07:00
parent 8ab91dff15
commit 9dc80a59cf
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ classifier =
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Topic :: Security