-
Notifications
You must be signed in to change notification settings - Fork 50
/
MANIFEST.in
68 lines (65 loc) · 1.95 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
# -*- coding: utf-8 -*-
#
# Copyright (C) 2018 CERN.
#
# invenio-app-ils is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
# Generate this manifest file by running the following commands:
#
# git init
# git add -A
# pip install -e .[all]
# check-manifest -u
include .dockerignore
include .editorconfig
include .tx/config
include docker/backend/Dockerfile
include docker/frontend/Dockerfile
include docker/lb/Dockerfile
include Dockerfile
include scripts/bootstrap
include scripts/build_assets
include scripts/celery
include scripts/console
include scripts/server
include scripts/setup
include scripts/update
include .git-blame-ignore-revs
prune docs/_build
recursive-include invenio_app_ils *.po *.pot *.mo
recursive-include docker *.cfg *.conf *.crt *.ini *.key *.pem *.sh
# added by check_manifest.py
include *.json
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 invenio_app_ils *.css
recursive-include invenio_app_ils *.eot
recursive-include invenio_app_ils *.eslintrc
recursive-include invenio_app_ils *.gitkeep
recursive-include invenio_app_ils *.html
recursive-include invenio_app_ils *.ico
recursive-include invenio_app_ils *.jpg
recursive-include invenio_app_ils *.js
recursive-include invenio_app_ils *.json
recursive-include invenio_app_ils *.map
recursive-include invenio_app_ils *.md
recursive-include invenio_app_ils *.png
recursive-include invenio_app_ils *.prettierrc
recursive-include invenio_app_ils *.scss
recursive-include invenio_app_ils *.svg
recursive-include invenio_app_ils *.ttf
recursive-include invenio_app_ils *.woff
recursive-include invenio_app_ils *.woff2
recursive-include tests *.py
recursive-include tests *.json
recursive-include tests *.html