-
Notifications
You must be signed in to change notification settings - Fork 38
/
MANIFEST.in
32 lines (31 loc) · 965 Bytes
/
MANIFEST.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# This file is part of REANA.
# Copyright (C) 2017, 2018, 2019, 2020, 2021, 2024 CERN.
#
# REANA is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
include *.json
include *.md
include *.sh
include *.txt
include *.yaml
include .dockerignore
include .flake8
include Dockerfile
include LICENSE
include pytest.ini
include docs/openapi.json
exclude .readthedocs.yaml
prune docs/_build
recursive-include docs *.py
recursive-include docs *.png
recursive-include docs *.md
recursive-include docs *.txt
recursive-include reana_workflow_controller *.html
recursive-include reana_workflow_controller *.py
recursive-include reana_workflow_controller/templates *.template
recursive-include reana_workflow_controller/templates *.yaml
recursive-include scripts *.py
recursive-include tests *.py
recursive-include tests *.finished
recursive-include tests *.running
recursive-include tests *.waiting