vici: Add support for python 3

This commit is contained in:
Björn Schuberg
2015-03-18 13:59:15 +01:00
committed by Martin Willi
parent c7e3c5943f
commit 2e74aa0a91
5 changed files with 29 additions and 8 deletions
@@ -25,6 +25,9 @@ setup(
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Topic :: Security",
"Topic :: Software Development :: Libraries",
)