-
Notifications
You must be signed in to change notification settings - Fork 7
/
MANIFEST.in
75 lines (70 loc) · 2.12 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
# -*- coding: utf-8 -*-
#
# RERO EBOOKS
# 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/>.
# TODO: Generate this manifest file by running the following commands:
#
# git init
# git add -A
# pip install -e .[all]
# check-manifest -u
# 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
include scripts/worker_beat
prune docs/_build
# recursive-include rero_ebooks *.po *.pot *.mo
recursive-include docker *.cfg *.conf *.crt *.ini *.key *.pem *.sh
include *.base
# added by check_manifest.py
include *.rst
include *.sh
include *.txt
include *.yml
include LICENSE
include babel.ini
include pytest.ini
recursive-include docs *.bat
recursive-include docs *.py
recursive-include docs *.rst
recursive-include docs *.txt
recursive-include docs Makefile
recursive-include rero_ebooks *.gitkeep
recursive-include rero_ebooks *.html
recursive-include tests *.py
# added by check_manifest.py
recursive-include data *.xml
recursive-include data *.yml
recursive-include data *.json
recursive-include rero_ebooks *.json
# added by check_manifest.py
include *.lock
include Pipfile
recursive-include rero_ebooks *.png
recursive-include rero_ebooks *.scss
recursive-include rero_ebooks *.py
recursive-include rero_ebooks *.xsl
recursive-include tests *.json
recursive-include tests *.yml