Skip to content

Commit

Permalink
add long_description_content_type
Browse files Browse the repository at this point in the history
  • Loading branch information
anirrudh authored Jul 5, 2023
1 parent 7a18b88 commit 86dd7b4
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 @@ -11,6 +11,7 @@
license="BSD",
description="A build and environment analysis tool for Python",
long_description=open("README.md").read(),
long_description_content_type='text/markdown',
packages=["rafe"],
entry_points={
"console_scripts": [
Expand Down

0 comments on commit 86dd7b4

Please sign in to comment.