Skip to content

Commit

Permalink
build: fix readme content type warning
Browse files Browse the repository at this point in the history
  • Loading branch information
regisb committed Jul 23, 2024
1 parent 58a8eae commit 8a88066
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def load_about():
maintainer_email="[email protected]",
description="Web-based user interface 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",
Expand Down

0 comments on commit 8a88066

Please sign in to comment.