Remove files from repository
This commit is contained in:
parent
3feccb41a4
commit
9b62ffd3f7
7 changed files with 20 additions and 1450 deletions
12
setup.py
12
setup.py
|
@ -20,15 +20,15 @@ def get_version():
|
|||
setup(
|
||||
name="atmo-data-wrapper",
|
||||
version=get_version(),
|
||||
author="Atmo Data Wrapper Team",
|
||||
author_email="contact@atmo-france.org",
|
||||
author="Mathdatech Team",
|
||||
author_email="mathdatech@mathdatech.fr",
|
||||
description="Wrapper Python pour l'API Atmo Data",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
url="https://github.com/atmo-france/atmo-data-wrapper",
|
||||
url="https://git.mathdatech.fr/mathdatech/py_atmo_data_wrapper",
|
||||
project_urls={
|
||||
"Bug Tracker": "https://github.com/atmo-france/atmo-data-wrapper/issues",
|
||||
"Documentation": "https://github.com/atmo-france/atmo-data-wrapper/blob/main/docs/README.md",
|
||||
"Bug Tracker": "https://git.mathdatech.fr/mathdatech/py_atmo_data_wrapper/issues",
|
||||
"Documentation": "https://git.mathdatech.fr/mathdatech/py_atmo_data_wrapper/src/branch/main/docs/README.md",
|
||||
"API Documentation": "https://admindata.atmo-france.org/api/doc/v2",
|
||||
"Atmo France": "https://www.atmo-france.org"
|
||||
},
|
||||
|
@ -93,4 +93,4 @@ setup(
|
|||
"emissions"
|
||||
],
|
||||
zip_safe=False,
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue