-
Notifications
You must be signed in to change notification settings - Fork 38
/
MANIFEST.in
36 lines (35 loc) · 964 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
33
34
35
36
# This file is part of REANA.
# Copyright (C) 2017, 2018, 2019, 2020, 2021, 2023, 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 *.in
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
include docs/_static/reana-job-manager.xml
exclude .readthedocs.yaml
prune docs/_build
recursive-include reana_job_controller *.json
recursive-include docs *.py
recursive-include docs *.png
recursive-include docs *.md
recursive-include docs *.txt
recursive-include tests *.py
recursive-include etc *.conf
recursive-include etc *.config
recursive-include etc *.crt
recursive-include etc *.erb
recursive-include etc *.pem
recursive-include etc *.yaml
recursive-include etc *.sh
include etc/ngbauth-submit
include krb5/Dockerfile