Add Python 3.3 classifier

This commit is contained in:
Daniel Neuhäuser 2013-06-13 22:16:14 +02:00
parent ec5291e46d
commit 41171d11ae

View file

@ -104,6 +104,7 @@ setup(
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development :: Libraries :: Python Modules'
],