We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a03386b commit 68a2181Copy full SHA for 68a2181
setup.py
@@ -20,6 +20,7 @@ def read(fname):
20
url="https://github.com/anapaulagomes/pytest-picked",
21
description="Run the tests related to the changed files",
22
long_description=read("README.rst"),
23
+ long_description_content_type="text/markdown",
24
packages=find_packages(exclude=["tests", "docs"]),
25
python_requires=">=3.7",
26
install_requires=["pytest>=3.7.0"],
0 commit comments