Added python 3 classifiers

This commit is contained in:
Rafal Stozek
2012-12-03 16:05:40 +01:00
parent 28be25166e
commit 9bb3dedd78

View File

@@ -46,6 +46,8 @@ setup(
'Programming Language :: Python :: 2.5',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Topic :: Utilities',
],
)