mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-25 03:51:37 +02:00
add maintainer and update url and keywords in setup.py
This commit is contained in:
parent
de384af4f8
commit
203de6aa51
7
setup.py
7
setup.py
@ -137,10 +137,13 @@ setup(
|
|||||||
"Topic :: Office/Business",
|
"Topic :: Office/Business",
|
||||||
"Topic :: Software Development :: Bug Tracking",
|
"Topic :: Software Development :: Bug Tracking",
|
||||||
],
|
],
|
||||||
keywords=['django', 'helpdesk', 'tickets', 'incidents', 'cases'],
|
keywords=['django', 'helpdesk', 'django-helpdesk', 'tickets', 'incidents',
|
||||||
|
'cases', 'bugs', 'track', 'support'],
|
||||||
author='Ross Poulton',
|
author='Ross Poulton',
|
||||||
author_email='ross@rossp.org',
|
author_email='ross@rossp.org',
|
||||||
url='http://github.com/django-helpdesk/django-helpdesk',
|
maintainer='Jonathan Barratt',
|
||||||
|
maintainer_email='jonathan@the-im.com',
|
||||||
|
url='https://github.com/django-helpdesk/django-helpdesk',
|
||||||
license='BSD',
|
license='BSD',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
package_data=find_package_data("helpdesk", only_in_packages=False),
|
package_data=find_package_data("helpdesk", only_in_packages=False),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user