Skip to content

Commit

Permalink
Add long description content type (#1001)
Browse files Browse the repository at this point in the history
This allows Twine to publish to PyPI without warning.
  • Loading branch information
corranwebster authored Aug 15, 2022
1 parent 51a05c3 commit 4369118
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 @@ -483,6 +483,7 @@ def macos_extensions():
platforms=['Windows', 'Linux', 'macOS', 'Unix', 'Solaris'],
description='low-level drawing and interaction',
long_description=long_description,
long_description_content_type="text/x-rst",
install_requires=__requires__,
extras_require=__extras_require__,
cmdclass={
Expand Down

0 comments on commit 4369118

Please sign in to comment.