We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576fde3 commit 16659d4Copy full SHA for 16659d4
setup.py
@@ -23,6 +23,7 @@ def read(fname):
23
license="MIT",
24
url="https://github.com/EngineeringSoftware/inlinetest",
25
description="A pytest plugin for writing inline tests.",
26
+ long_description_content_type="text/markdown",
27
long_description=read("README.md"),
28
packages=find_packages(where="src"),
29
package_dir={"": "src"},
0 commit comments