Skip to content
Snippets Groups Projects
Commit 2ac5fd14 authored by Martin Bergemann's avatar Martin Bergemann :speech_balloon:
Browse files

Update info in setup.py

parent 1b32ae7d
No related branches found
No related tags found
1 merge request!49Fixes
Pipeline #21973 failed
......@@ -139,6 +139,11 @@ setup(
include_package_data=True,
data_files=get_data_files(),
license="GPLv3",
project_urls={
"Documentation": "https://freva.gitlab-pages.dkrz.de/deployment/index.html",
"Issues": "https://gitlab.dkrz.de/freva/deployment/-/issues",
"Source": "https://gitlab.dkrz.de/freva/deployment",
},
packages=find_packages("src"),
package_dir={"": "src"},
cmdclass={
......
__version__ = "2208.0.6"
__version__ = "2208.0.7"
AVAILABLE_PYTHON_VERSIONS = ["3.7", "3.8", "3.9", "3.10"]
AVAILABLE_CONDA_ARCHS = [
"Linux-x86_64",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment