-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathMANIFEST.in
More file actions
36 lines (34 loc) · 1.19 KB
/
MANIFEST.in
File metadata and controls
36 lines (34 loc) · 1.19 KB
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
# RERO Invenio Base
# Copyright (C) 2022 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/>.
include .dockerignore
include .editorconfig
include .tx/config
prune docs/_build
recursive-include .github/workflows *.yml
recursive-include rero_invenio_base/translations *.po *.pot *.mo
# added by check-manifest
include *.rst
include *.sh
include *.txt
include *.yml
recursive-include docs *.bat
recursive-include docs *.py
recursive-include docs *.rst
recursive-include docs *.txt
recursive-include docs Makefile
recursive-include rero_invenio_base *.html
recursive-include rero_invenio_base *.py
recursive-include tests *.py
recursive-include tests *.json