misc: update trove classifier to mark python 3 support

This commit is contained in:
Frédéric Péters 2018-08-12 19:55:32 +02:00
parent 8f3737b003
commit 498ce16f1f
1 changed files with 1 additions and 0 deletions

View File

@ -232,6 +232,7 @@ setup(
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
],
zip_safe=False,
cmdclass={