Skip to content

Commit c076b66

Browse files
committed
Add long description
1 parent f63d61a commit c076b66

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
@@ -6,6 +6,8 @@
66
author = "Lalkrishna",
77
url = "arju66938@gmail.com",
88
description = "Mount Azure blob storage in google colab.",
9+
long_description = open('README.md').read(),
10+
long_description_content_type = 'text/markdown',
911
py_modules=['mount_azure_blob'],
1012
install_requires = "ipywidgets",
1113
python_requires = ">=3.7",

0 commit comments

Comments
 (0)