Skip to content

Commit

Permalink
Merge pull request #43 from nicolas-chaulet/bug/publish
Browse files Browse the repository at this point in the history
Missing content type
  • Loading branch information
nicolas-chaulet authored Jun 30, 2020
2 parents aa54856 + 3f946d1 commit 0220fa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,6 @@ def get_cmdclass():
ext_modules=get_ext_modules(),
cmdclass=get_cmdclass(),
long_description=long_description,
long_description_content_type="text/markdown",
classifiers=["Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License",],
)

0 comments on commit 0220fa5

Please sign in to comment.