forked from extern/django-helpdesk
Add more pypi classifiers
This commit is contained in:
parent
3fb701662e
commit
199b63e17b
14
setup.py
14
setup.py
@ -126,16 +126,24 @@ setup(
|
|||||||
description="Django-powered ticket tracker for your helpdesk",
|
description="Django-powered ticket tracker for your helpdesk",
|
||||||
long_description=LONG_DESCRIPTION,
|
long_description=LONG_DESCRIPTION,
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
"Development Status :: 4 - Beta",
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
"Programming Language :: Python :: 2.7",
|
||||||
|
"Programming Language :: Python :: 3.4",
|
||||||
|
"Programming Language :: Python :: 3.5",
|
||||||
|
"Programming Language :: Python :: 3.6",
|
||||||
"Framework :: Django",
|
"Framework :: Django",
|
||||||
|
"Framework :: Django :: 1.8",
|
||||||
|
"Framework :: Django :: 1.9",
|
||||||
|
"Framework :: Django :: 1.10",
|
||||||
"Environment :: Web Environment",
|
"Environment :: Web Environment",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
"Intended Audience :: Customer Service",
|
"Intended Audience :: Customer Service",
|
||||||
"License :: OSI Approved :: BSD License",
|
"License :: OSI Approved :: BSD License",
|
||||||
"Natural Language :: English",
|
|
||||||
"Topic :: Office/Business",
|
|
||||||
"Topic :: Software Development :: Bug Tracking",
|
"Topic :: Software Development :: Bug Tracking",
|
||||||
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||||
|
"Topic :: Office/Business",
|
||||||
|
"Natural Language :: English",
|
||||||
],
|
],
|
||||||
keywords=['django', 'helpdesk', 'django-helpdesk', 'tickets', 'incidents',
|
keywords=['django', 'helpdesk', 'django-helpdesk', 'tickets', 'incidents',
|
||||||
'cases', 'bugs', 'track', 'support'],
|
'cases', 'bugs', 'track', 'support'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user