forked from rero/sonar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST.in
96 lines (86 loc) · 2.43 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
# -*- coding: utf-8 -*-
#
# Copyright (C) 2019 RERO.
#
# Swiss Open Access Repository is free software; you can redistribute it
# and/or modify it under the terms of the MIT License; see LICENSE file for
# more details.
# To update your MANIFEST.in, use the following commands:
#
# git init # if not already done
# git add -A
# pipenv run check-manifest -u # to install run "pipenv install --dev"
# # please sort the lines in this file after running the commands
# Check manifest will not automatically add these two files:
include .dockerignore
include .editorconfig
include .tx/config
include *.rst
include *.sh
include *.yml
include babel.ini
include docker/haproxy/Dockerfile
include docker/nginx/Dockerfile
include docker/postgres/Dockerfile
include Dockerfile
include Dockerfile.base
include LICENSE
include Pipfile
include pytest.ini
include scripts/bootstrap
include scripts/console
include scripts/server
include scripts/setup
include scripts/update
include scripts/fixtures
prune docs/_build
recursive-include docs *.bat
recursive-include docs *.py
recursive-include docs *.rst
recursive-include docs *.txt
recursive-include docs Makefile
recursive-include sonar *.gitkeep
recursive-include sonar *.po *.pot *.mo
recursive-include sonar *.json *.html *.js *.scss
recursive-include sonar *.png *.jpg *.svg
recursive-include docker *.cfg *.conf *.crt *.ini *.key *.pem *.sh
recursive-include tests *.py
# added by check_manifest.py
include *.html
include *.inv
include *.js
include *.lock
recursive-include _sources *.txt
recursive-include _static *.css
recursive-include _static *.js
recursive-include _static *.png
# added by check_manifest.py
include *.py
include *.txt
include cli
recursive-include cli *.py
recursive-include data *.json
recursive-include docs *.DS_Store
recursive-include sonar *.html
recursive-include sonar *.json
recursive-include sonar *.py
# added by check_manifest.py
include cli
recursive-include cli *.py
recursive-include data *.json
recursive-include sonar *.html
recursive-include sonar *.json
recursive-include sonar *.py
# added by check_manifest.py
include cli
recursive-include cli *.py
recursive-include data *.json
recursive-include sonar *.html
recursive-include sonar *.json
recursive-include sonar *.py
# added by check_manifest.py
recursive-include sonar *.html
recursive-include sonar *.woff
recursive-include sonar *.woff2
include tests/ui/shibboleth_authenticator/data/valid_saml_response
recursive-include data *.crt