forked from reanahub/reana-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
31 lines (30 loc) · 847 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
# 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/*.json
include docs/requirements.txt
recursive-include reana_server *.py
recursive-include reana_server *.json
recursive-include reana_server/templates *.txt
prune docs/_build
recursive-include docs *.py
recursive-include docs *.png
recursive-include docs *.md
recursive-include scripts *.py
recursive-include scripts *.sh
recursive-include tests *.py
recursive-include tests *.txt
global-exclude *.py[co] .DS_Store
exclude .readthedocs.yaml