Add Python 3-only classifier

https://pypi.python.org/pypi?%3Aaction=list_classifiers
This commit is contained in:
Hugo 2018-03-15 08:41:32 +02:00 committed by Łukasz Langa
parent de860cccf1
commit 76e6acb9ca

View File

@ -61,6 +61,7 @@ def get_version():
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3 :: Only',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Software Development :: Quality Assurance',
],