Remove files from repository

This commit is contained in:
mathieu 2025-07-14 21:24:55 +02:00
parent 3feccb41a4
commit 9b62ffd3f7
7 changed files with 20 additions and 1450 deletions

View file

@ -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,
)
)