Skip to content

Commit

Permalink
Render README on PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed Aug 18, 2022
1 parent 3020616 commit 1bd4773
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 @@ -57,6 +57,7 @@ def get_requirements():
],
packages=["coiled_runtime"],
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
python_requires=python_requires,
install_requires=install_requires,
)

0 comments on commit 1bd4773

Please sign in to comment.