add python3 classifier

This commit is contained in:
holger krekel
2010-05-05 14:25:59 +02:00
parent f18c78a118
commit 95a87e874d

View File

@@ -34,5 +34,6 @@ setup(
'Topic :: Software Development :: Quality Assurance', 'Topic :: Software Development :: Quality Assurance',
'Topic :: Utilities', 'Topic :: Utilities',
'Programming Language :: Python', 'Programming Language :: Python',
'Programming Language :: Python :: 3',
], ],
) )