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

Merge branch 'add_manifest' into 'master'

Add manifest

See merge request !27
parents 40a6bc4f f009bdb6
No related branches found
No related tags found
1 merge request!27Add manifest
Pipeline #19817 passed
graft ./assets/*
......@@ -100,6 +100,8 @@ setup(
description="Deploy freva and its services on different machines.",
long_description=read("README.md"),
long_description_content_type="text/markdown",
include_package_data=True,
package_data={"assets": ["assets"]},
license="GPLv3",
packages=find_packages("src"),
package_dir={"": "src"},
......
__version__ = "2205.1.3"
__version__ = "2205.1.5"
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