Skip to content

Commit

Permalink
Fixed content type of Pypi package description
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
  • Loading branch information
andy-maier committed May 6, 2024
1 parent 65d8df6 commit a412cf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ Released: not yet

**Bug fixes:**

* Fixed incorrect formatting of package description on Pypi by setting the
correct content type in setup.py. (issue #157)

**Enhancements:**

* Test: Added a step to the test workflow for displaying the tree of all
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ class test(PytestCommand):
},
description="A case-insensitive list for Python",
long_description=read_file('README.md'),
long_description_content_type='text/x-rst',
long_description_content_type='text/markdown',
license="Apache Software License 2.0",
author="Andreas Maier",
author_email='andreas.r.maier@gmx.de',
Expand Down

0 comments on commit a412cf2

Please sign in to comment.