Skip to content

Commit

Permalink
Merge pull request #13 from streamlit/add-publish-workflow
Browse files Browse the repository at this point in the history
Add long description
  • Loading branch information
sfc-gh-zblackwood committed Sep 26, 2023
2 parents 58b4202 + aa47e0a commit 5be9743
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@
# Requirements
install_requires=INSTALL_REQUIRES,
packages=["streamlit_gsheets"],
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
)

0 comments on commit 5be9743

Please sign in to comment.