mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-21 23:43:11 +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
|
||||
|
||||
|
||||
version = '0.5.0'
|
||||
version = '1.0.0'
|
||||
|
||||
|
||||
# Provided as an attribute, so you can append to these instead
|
||||
@ -133,6 +133,7 @@ setup(
|
||||
name="django-helpdesk",
|
||||
version=version,
|
||||
description="Django-powered ticket tracker for your helpdesk",
|
||||
long_description_content_type="text/x-rst",
|
||||
long_description=get_long_description(),
|
||||
classifiers=[
|
||||
"Development Status :: 4 - Beta",
|
||||
|
Loading…
Reference in New Issue
Block a user