mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-22 07:53:19 +01:00
Set the long_description_content_type to avoid wheel build failure.
This commit is contained in:
parent
84aca2efc5
commit
fd46823460
3
setup.py
3
setup.py
@ -6,7 +6,7 @@ from setuptools import find_packages, setup
|
|||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|
||||||
version = '0.5.0'
|
version = '1.0.0'
|
||||||
|
|
||||||
|
|
||||||
# Provided as an attribute, so you can append to these instead
|
# Provided as an attribute, so you can append to these instead
|
||||||
@ -133,6 +133,7 @@ setup(
|
|||||||
name="django-helpdesk",
|
name="django-helpdesk",
|
||||||
version=version,
|
version=version,
|
||||||
description="Django-powered ticket tracker for your helpdesk",
|
description="Django-powered ticket tracker for your helpdesk",
|
||||||
|
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 :: 4 - Beta",
|
||||||
|
Loading…
Reference in New Issue
Block a user