Commit 47482671 authored by Benjamin Hourte's avatar Benjamin Hourte
Browse files

Adding the setup.py

parent e5f73422
"""
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"
],
)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment