Skip to content

Commit

Permalink
Set correct content type for the long_description in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jamaalscarlett committed Oct 28, 2023
1 parent 0af1885 commit 55c5474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
long_description = (this_directory / "README.rst").read_text()
setup(
long_description=long_description,
long_description_content_type='text/markdown',
long_description_content_type='text/x-rst',
use_scm_version={"version_scheme": "post-release"}
)

0 comments on commit 55c5474

Please sign in to comment.