forked from extern/django-helpdesk
Missing generic python classifiers in setup.py
This commit is contained in:
parent
335e1db35e
commit
1b8a230cf1
2
setup.py
2
setup.py
@ -128,7 +128,9 @@ setup(
|
||||
classifiers=[
|
||||
"Development Status :: 4 - Beta",
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 2",
|
||||
"Programming Language :: Python :: 2.7",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.4",
|
||||
"Programming Language :: Python :: 3.5",
|
||||
"Programming Language :: Python :: 3.6",
|
||||
|
Loading…
Reference in New Issue
Block a user