forked from rero/rero-ils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
106 lines (95 loc) · 2.86 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# -*- coding: utf-8 -*-
#
# RERO ILS
# Copyright (C) 2019 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 .coveragerc
include .dockerignore
include .editorconfig
include .tx/config
include docker/haproxy/Dockerfile
include docker/nginx/Dockerfile
include docker/postgres/Dockerfile
include docker/elasticsearch/Dockerfile
include Dockerfile
exclude scripts/all_year_days
include scripts/bootstrap
include scripts/console
include scripts/dojson_virtua
include scripts/server
include scripts/setup
include scripts/update
include scripts/update/bnf_import_test.py
prune docs/_build
recursive-include rero_ils *.po *.pot *.mo
recursive-include docker *.cfg *.conf *.crt *.ini *.key *.pem *.sh
# ES mappings
exclude mapping_after_setup.txt
exclude mapping_before_setup.txt
# added by check_manifest.py
include *.base
include *.lock
include *.rst
include *.sh
include *.txt
include *.yml
include LICENSE
include Pipfile
include babel.ini
include pytest.ini
recursive-include data *.json
recursive-include tests *.js
recursive-include tests *.json
recursive-include tests *.xml
recursive-include data *.xml
recursive-include data *.yml
recursive-include doc *.graffle
recursive-include doc *.pdf
recursive-include doc *.odg
recursive-include docs *.bat
recursive-include docs *.py
recursive-include docs *.rst
recursive-include docs *.txt
recursive-include docs Makefile
recursive-include rero_ils *.gitkeep
recursive-include rero_ils *.html
recursive-include rero_ils *.jpg
recursive-include rero_ils *.js
recursive-include rero_ils *.json
recursive-include rero_ils *.png
recursive-include rero_ils *.svg
recursive-include rero_ils *.scss
recursive-include rero_ils *.css
recursive-include rero_ils *.txt
recursive-include tests *.py
# added by check_manifest.py
include *.json
# added by check_manifest.py
recursive-include rero_ils *.ico
# added by check_manifest.py
recursive-include rero_ils *.babelrc
recursive-include rero_ils *.eslintignore
# added by check_manifest.py
recursive-include tests *.md
recursive-include tests *.png
# flask-wiki to be removed
recursive-include wiki *.md
recursive-include wiki *.png
# error files from documents creation
data/*_errors.xml
# redis scheduler files
exclude rero_ils.schedulers.RedisScheduler
# Cypress
prune tests/e2e/cypress/node_modules*