Add py3 trove classifiers for acme

This commit is contained in:
Jakub Warmuz 2015-10-11 16:03:32 +00:00
parent 1802b87a12
commit a1a6120abf
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA

View file

@ -53,6 +53,9 @@ setup(
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Security',
],