-
Notifications
You must be signed in to change notification settings - Fork 54
/
MANIFEST.in
48 lines (47 loc) · 1.3 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
include CHANGELOG.md
include NEWS.md
include LICENSE
include packaging/temboard.service
include temboardui/toolkit/LICENSE
graft temboardui/model/alembic
graft temboardui/static
graft temboardui/templates
graft temboardui/plugins/pgconf/static
graft temboardui/plugins/pgconf/templates
graft temboardui/plugins/activity/static
graft temboardui/plugins/activity/templates
graft temboardui/plugins/dashboard/static
graft temboardui/plugins/dashboard/templates
graft temboardui/plugins/monitoring/static
graft temboardui/plugins/monitoring/templates
graft temboardui/plugins/maintenance/static
graft temboardui/plugins/maintenance/templates
graft temboardui/plugins/statements/static
graft temboardui/plugins/statements/templates
graft share
global-exclude *.pyc
prune agent-docker
prune .circleci
exclude .editorconfig
exclude .gitmodules
exclude CONTRIBUTING.md
exclude QUICKSTART.md
exclude alembic.ini
prune docker
exclude docker-compose.yml
prune docs
exclude Gruntfile.js
exclude Makefile
exclude mkdocs.yml
exclude package.json
prune packaging/deb
prune packaging/rpm
exclude requirements-dev.txt
exclude temboard.conf
prune temboardui/toolkit/.circleci
exclude temboardui/toolkit/.flake8
exclude temboardui/toolkit/README.md
exclude temboardui/toolkit/requirement-ci.txt
prune temboardui/toolkit/tests
prune tests
prune perfui