We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 311e90c commit f3f7937Copy full SHA for f3f7937
1 file changed
setup.py
@@ -26,6 +26,7 @@
26
url="https://github.com/scriptsrc/flagpole",
27
description="Flagpole is a Flag arg parser to build out a dictionary with optional keys.",
28
long_description=open(os.path.join(ROOT, "README.md")).read(),
29
+ long_description_content_type="text/markdown",
30
packages=["flagpole"],
31
include_package_data=True,
32
zip_safe=False,
0 commit comments