Add Python 3-only classifier
https://pypi.python.org/pypi?%3Aaction=list_classifiers
This commit is contained in:
parent
de860cccf1
commit
76e6acb9ca
1
setup.py
1
setup.py
@ -61,6 +61,7 @@ def get_version():
|
|||||||
'Operating System :: OS Independent',
|
'Operating System :: OS Independent',
|
||||||
'Programming Language :: Python',
|
'Programming Language :: Python',
|
||||||
'Programming Language :: Python :: 3.6',
|
'Programming Language :: Python :: 3.6',
|
||||||
|
'Programming Language :: Python :: 3 :: Only',
|
||||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||||
'Topic :: Software Development :: Quality Assurance',
|
'Topic :: Software Development :: Quality Assurance',
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user