Skip to content

Commit 8506283

Browse files
committed
Fix setup.py - add long_description_content_type for markdown README
1 parent 6564c7d commit 8506283

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
@@ -10,6 +10,7 @@
1010
author_email="your.email@example.com",
1111
description="Python SDK for Steadfast Courier API",
1212
long_description=long_description,
13+
long_description_content_type="text/markdown",
1314
packages=find_packages(),
1415
classifiers=[
1516
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)