mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-20 17:47:58 +02:00
Updated key information
This commit is contained in:
parent
b5b6ecc813
commit
b2d7a1278c
11
setup.py
11
setup.py
@ -134,15 +134,16 @@ setup(
|
|||||||
long_description_content_type="text/x-rst",
|
long_description_content_type="text/x-rst",
|
||||||
long_description=get_long_description(),
|
long_description=get_long_description(),
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 4 - Beta",
|
"Development Status :: 5 - Production/Stable",
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"Programming Language :: Python :: 3.8",
|
|
||||||
"Programming Language :: Python :: 3.9",
|
"Programming Language :: Python :: 3.9",
|
||||||
"Programming Language :: Python :: 3.10",
|
"Programming Language :: Python :: 3.10",
|
||||||
|
"Programming Language :: Python :: 3.11",
|
||||||
|
"Programming Language :: Python :: 3.12",
|
||||||
"Framework :: Django",
|
"Framework :: Django",
|
||||||
"Framework :: Django :: 3.2",
|
|
||||||
"Framework :: Django :: 4.0",
|
"Framework :: Django :: 4.0",
|
||||||
|
"Framework :: Django :: 5.0",
|
||||||
"Environment :: Web Environment",
|
"Environment :: Web Environment",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
"Intended Audience :: Customer Service",
|
"Intended Audience :: Customer Service",
|
||||||
@ -165,8 +166,8 @@ setup(
|
|||||||
],
|
],
|
||||||
author="Ross Poulton",
|
author="Ross Poulton",
|
||||||
author_email="ross@rossp.org",
|
author_email="ross@rossp.org",
|
||||||
maintainer="Garret Wassermann",
|
maintainer="Christopher Broderick",
|
||||||
maintainer_email="gwasser@gmail.com",
|
maintainer_email="uhurusurfa@gmail.com",
|
||||||
url="https://github.com/django-helpdesk/django-helpdesk",
|
url="https://github.com/django-helpdesk/django-helpdesk",
|
||||||
license="BSD",
|
license="BSD",
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user