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 145ac95 commit 95d7c74
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 @@ -40,6 +40,7 @@ def load_about():
maintainer_email="[email protected]",
description="Android mobile app 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 95d7c74

Please sign in to comment.