Skip to content

Commit 6620a2a

Browse files
committed
build: fix readme content type warning
1 parent f9d9973 commit 6620a2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def load_about():
3838
maintainer_email="[email protected]",
3939
description="Jupyter Notebook plugin for Tutor",
4040
long_description=load_readme(),
41+
long_description_content_type="text/x-rst",
4142
packages=find_packages(exclude=["tests*"]),
4243
include_package_data=True,
4344
python_requires=">=3.8",

0 commit comments

Comments
 (0)