Skip to content

Commit f3f7937

Browse files
authored
Adding long_description_content_type to setup.py (#3)
1 parent 311e90c commit f3f7937

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
url="https://github.com/scriptsrc/flagpole",
2727
description="Flagpole is a Flag arg parser to build out a dictionary with optional keys.",
2828
long_description=open(os.path.join(ROOT, "README.md")).read(),
29+
long_description_content_type="text/markdown",
2930
packages=["flagpole"],
3031
include_package_data=True,
3132
zip_safe=False,

0 commit comments

Comments
 (0)