We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d9973 commit 6620a2aCopy full SHA for 6620a2a
setup.py
@@ -38,6 +38,7 @@ def load_about():
38
maintainer_email="[email protected]",
39
description="Jupyter Notebook plugin for Tutor",
40
long_description=load_readme(),
41
+ long_description_content_type="text/x-rst",
42
packages=find_packages(exclude=["tests*"]),
43
include_package_data=True,
44
python_requires=">=3.8",
0 commit comments