From fd468234608605387130ba6ac346bb57b739ee95 Mon Sep 17 00:00:00 2001 From: Christopher Broderick Date: Tue, 17 Oct 2023 00:27:04 +0100 Subject: [PATCH] Set the long_description_content_type to avoid wheel build failure. --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 71f09383..009988ae 100644 --- a/setup.py +++ b/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",