-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathMANIFEST.in
59 lines (56 loc) · 1.69 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# -*- coding: utf-8 -*-
#
# RERO MEF
# Copyright (C) 2020 RERO
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, version 3 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Check manifest will not automatically add these two files:
include .dockerignore
include .editorconfig
include .tx/config
include docker/haproxy/Dockerfile
include docker/nginx/Dockerfile
include docker/postgres/Dockerfile
include Dockerfile
include scripts/bootstrap
include scripts/console
include scripts/server
include scripts/setup
include scripts/update
prune docs/_build
recursive-include docker *.cfg *.conf *.crt *.ini *.key *.pem *.sh
# added by check_manifest.py
include *.base
include *.lock
include *.rst
include *.sh
include *.yml
include LICENSE
include Pipfile
include babel.ini
include pytest.ini
recursive-include data *.json
recursive-include data *.yml
recursive-include docs *.bat
recursive-include docs *.py
recursive-include docs *.rst
recursive-include docs *.txt
recursive-include docs Makefile
recursive-include rero_mef *.json
recursive-include rero_mef *.py
recursive-include tests *.py
recursive-include tests *.xml
# MEF
recursive-include rero_mef *.html
recursive-include rero_mef *.png
recursive-include rero_mef *.scss