Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
production
geocannabis--drone-analytics-2
azure-blob-lib
Commits
47482671
Commit
47482671
authored
Feb 02, 2021
by
Benjamin Hourte
Browse files
Adding the setup.py
parent
e5f73422
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
setup.py
setup.py
+25
-0
No files found.
setup.py
0 → 100644
View file @
47482671
"""
Azure Blob Lib setup
"""
from
setuptools
import
setup
setup
(
name
=
"azure_blob_lib"
,
version
=
"1.0"
,
url
=
"https://max-ics.earthlab.lu/gitlab/production/geocannabis--drone-analytics-2/azure-blob-lib.git"
,
license
=
"BSD"
,
author
=
"Benjamin HOURTE"
,
author_email
=
"benjamin.hourte@earthlab.lu"
,
description
=
"Library for handling blob API in azure"
,
packages
=
[
"azure_blob_lib"
],
zip_safe
=
False
,
keywords
=
"azure blob api"
,
include_package_data
=
True
,
platforms
=
"any"
,
install_requires
=
[
"requests"
,
"azure-storage-blob"
,
"azure-identity"
],
classifiers
=
[
"Environment :: Cloud"
,
"Intended Audience :: Developers"
,
"Programming Language :: Python"
],
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment