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
c98230ce
Commit
c98230ce
authored
Feb 02, 2021
by
Benjamin Hourte
Browse files
Fix setup.py (typo)
parent
47482671
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
setup.py
setup.py
+2
-2
No files found.
setup.py
View file @
c98230ce
...
...
@@ -4,14 +4,14 @@ Azure Blob Lib setup
from
setuptools
import
setup
setup
(
name
=
"azure_blob_li
b
"
,
name
=
"azure_blob_
c
li
ent
"
,
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_li
b
"
],
packages
=
[
"azure_blob_
c
li
ent
"
],
zip_safe
=
False
,
keywords
=
"azure blob api"
,
include_package_data
=
True
,
...
...
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