We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58a8eae commit 8a88066Copy full SHA for 8a88066
setup.py
@@ -41,6 +41,7 @@ def load_about():
41
maintainer_email="[email protected]",
42
description="Web-based user interface plugin for Tutor",
43
long_description=load_readme(),
44
+ long_description_content_type="text/x-rst",
45
packages=find_packages(exclude=["tests*"]),
46
include_package_data=True,
47
python_requires=">=3.8",
0 commit comments