Skip to content

Commit 6f608e2

Browse files
Add content type to PyPI description (#72)
This PR fixes the release build by correctly identifying the content type of the description. The previous release to PyPI failed since the content type was not provided and PyPI could not determine it automatically. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent 96f4bba commit 6f608e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ def convert_relative_link(match):
3232
readme_content,
3333
)
3434

35-
setup(long_description=long_description)
35+
setup(long_description=long_description, long_description_content_type="text/markdown")

0 commit comments

Comments
 (0)