Skip to content

Commit 0220fa5

Browse files
Merge pull request #43 from nicolas-chaulet/bug/publish
Missing content type
2 parents aa54856 + 3f946d1 commit 0220fa5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,6 @@ def get_cmdclass():
8080
ext_modules=get_ext_modules(),
8181
cmdclass=get_cmdclass(),
8282
long_description=long_description,
83+
long_description_content_type="text/markdown",
8384
classifiers=["Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License",],
8485
)

0 commit comments

Comments
 (0)