We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63d61a commit c076b66Copy full SHA for c076b66
setup.py
@@ -6,6 +6,8 @@
6
author = "Lalkrishna",
7
url = "arju66938@gmail.com",
8
description = "Mount Azure blob storage in google colab.",
9
+ long_description = open('README.md').read(),
10
+ long_description_content_type = 'text/markdown',
11
py_modules=['mount_azure_blob'],
12
install_requires = "ipywidgets",
13
python_requires = ">=3.7",
0 commit comments