Skip to content

Commit 8a88066

Browse files
committed
build: fix readme content type warning
1 parent 58a8eae commit 8a88066

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def load_about():
4141
maintainer_email="[email protected]",
4242
description="Web-based user interface plugin for Tutor",
4343
long_description=load_readme(),
44+
long_description_content_type="text/x-rst",
4445
packages=find_packages(exclude=["tests*"]),
4546
include_package_data=True,
4647
python_requires=">=3.8",

0 commit comments

Comments
 (0)