-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.in
More file actions
44 lines (41 loc) · 1.16 KB
/
MANIFEST.in
File metadata and controls
44 lines (41 loc) · 1.16 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
37
38
39
40
41
42
43
44
include Dockerfile
include docker-compose.yaml
include dev-docker
include Procfile
include CHANGELOG.md
include COPYING
include COPYRIGHTS
include requirements*.txt
include manage.py
include INSTALL.rst
include HACKING.rst
include CODEOWNERS
include package.json
include package-lock.json
include pytest.ini
include .ackrc
include .ctags
include .dockerignore
include .gitignore
include .mailmap
include .readthedocs.yml
include .coveragerc
include squad.svg
include test/integration/plugins/tradefed-output-20220608105250.tar.xz
include squad/core/management/commands/import_data.rst
recursive-include squad/frontend/static/ *
recursive-include squad/*/templates/ *
recursive-include test/ *.py *.json *.csv *.log *.png *.yaml *.js
recursive-include scripts/ *
recursive-include doc/ *
recursive-include docker/ *
recursive-include LICENSES/ *
recursive-include .reuse/ *
include babel.cfg
recursive-include squad/ *.mo *.po *.pot
exclude .gitlab-ci.yml
exclude squad/local_settings.py
exclude squad/local_settings.py.off
recursive-exclude squad/frontend/static/vendor/ *
recursive-exclude doc/_build/ *
recursive-exclude test/storage/ *