Skip to content

Commit 68a2181

Browse files
committed
Flag package description as Markdown
1 parent a03386b commit 68a2181

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
@@ -20,6 +20,7 @@ def read(fname):
2020
url="https://github.com/anapaulagomes/pytest-picked",
2121
description="Run the tests related to the changed files",
2222
long_description=read("README.rst"),
23+
long_description_content_type="text/markdown",
2324
packages=find_packages(exclude=["tests", "docs"]),
2425
python_requires=">=3.7",
2526
install_requires=["pytest>=3.7.0"],

0 commit comments

Comments
 (0)