diff --git a/setup.py b/setup.py index 7351ad2..bdbf7f1 100644 --- a/setup.py +++ b/setup.py @@ -38,6 +38,7 @@ def load_about(): maintainer_email="abdul.muqadim@arbisoft.com", description="Jupyter Notebook plugin for Tutor", long_description=load_readme(), + long_description_content_type="text/x-rst", packages=find_packages(exclude=["tests*"]), include_package_data=True, python_requires=">=3.8",