Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5be9743

Browse files
authoredSep 26, 2023
Merge pull request #13 from streamlit/add-publish-workflow
Add long description
2 parents 58b4202 + aa47e0a commit 5be9743

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,6 @@
4242
# Requirements
4343
install_requires=INSTALL_REQUIRES,
4444
packages=["streamlit_gsheets"],
45+
long_description=open("README.md").read(),
46+
long_description_content_type="text/markdown",
4547
)

0 commit comments

Comments
 (0)