-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathMANIFEST.in
More file actions
35 lines (34 loc) · 895 Bytes
/
MANIFEST.in
File metadata and controls
35 lines (34 loc) · 895 Bytes
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
# This file is part of REANA.
# Copyright (C) 2017, 2018, 2019, 2020, 2021, 2022, 2024, 2025 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 *.toml
include *.txt
include *.yaml
include *.yml
include .editorconfig
include .flake8
include .prettierignore
include .prettierrc.yaml
include .yamllint.yaml
include Dockerfile
include LICENSE
include pytest.ini
include tox.ini
include docs/cmd_list.txt
include docs/requirements.txt
exclude .readthedocs.yaml
prune docs/_build
recursive-include docs *.png
recursive-include docs *.py
recursive-include docs *.md
recursive-include etc *
recursive-include reana_client *.json
recursive-include reana_client *.py
recursive-include scripts *.py
recursive-include scripts *.sh
recursive-include tests *.py