forked from rero/sonar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
65 lines (60 loc) · 2.19 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
# -*- coding: utf-8 -*-
#
# Swiss Open Access Repository
# Copyright (C) 2021 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.
exclude sonar/modules/organisations/jsonschemas/organisations/organisation-v1.0.0.json
exclude sonar/modules/documents/jsonschemas/documents/document-v1.0.0.json
exclude sonar/modules/deposits/jsonschemas/deposits/deposit-v1.0.0.json
exclude sonar/modules/projects/jsonschemas/projects/project-v1.0.0.json
exclude sonar/modules/collections/jsonschemas/collections/collection-v1.0.0.json
include *.html
include *.inv
include *.js
include *.lock
include *.py
include *.rst
include *.sh
include *.txt
include *.yml
include .dockerignore
include .editorconfig
include .tx/config
include Dockerfile
include Dockerfile.base
include LICENSE
include Pipfile
include babel.ini
include docker/haproxy/Dockerfile
include docker/nginx/Dockerfile
include docker/postgres/Dockerfile
include docker/elasticsearch/Dockerfile
include pytest.ini
include scripts/bootstrap
include scripts/console
include scripts/fixtures
include scripts/server
include scripts/setup
include scripts/update
include scripts/install-ui
include scripts/functions
include sonar/theme/static/xsl/oai2.xsl
include tests/ui/shibboleth_authenticator/data/valid_saml_response
prune docs/_build
recursive-include _sources *.txt
recursive-include _static *.css *.js *.png
recursive-include data *.crt *.json *.csv *.jpg
recursive-include docker *.cfg *.conf *.crt *.ini *.key *.pem *.sh
recursive-include docs *.bat *.py *.rst *.txt Makefile
recursive-include sonar *.babelrc *.eslintignore *.gitkeep *.json *.html *.js *.scss *.css *.png *.jpg *.svg *.po *.pot *.mo *.py *.txt *.woff *.woff2
recursive-include tests *.doc *.json *.pdf *.py *.xml *.jpg *.csv
exclude data/backups/organisations/data.json
exclude data/backups/users/data.json