-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathMANIFEST.in
53 lines (53 loc) · 2.13 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
include COPYING
include doc/v2/*
include doc/v2/_static/*
include etc/*
include etc/env.yaml
include etc/lava-publisher
include etc/lava-publisher.service
include etc/lava-scheduler
include etc/lava-scheduler.service
include etc/lava-server.conf
include etc/lava-server-gunicorn
include etc/lava-server-gunicorn.service
include etc/logrotate.d/*
include etc/settings.conf
include lava/dispatcher/lava-run
include lava/dispatcher/lava-worker
include lava/lxc-mocker/*
include lava_common/VERSION
include lava_dispatcher/dynamic_vm_keys/*
include lava_dispatcher/lava_test_shell/*
include lava_dispatcher/lava_test_shell/multi_node/*
include lava_dispatcher/lava_test_shell/vland/*
include lava_dispatcher/lava_test_shell/distro/android/*
include lava_dispatcher/lava_test_shell/distro/apertis/*
include lava_dispatcher/lava_test_shell/distro/archlinux/*
include lava_dispatcher/lava_test_shell/distro/centos/*
include lava_dispatcher/lava_test_shell/distro/debian/*
include lava_dispatcher/lava_test_shell/distro/fedora/*
include lava_dispatcher/lava_test_shell/distro/oe/*
include lava_dispatcher/lava_test_shell/distro/slackware/*
include lava_dispatcher/lava_test_shell/distro/ubuntu/*
include lava_server/templates/robots.txt
include man/*
include requirements.txt
include README.md
include setup.cfg
include share/*
include share/apache2/*
include share/zmq/*
recursive-include doc/images *.gif *.png *.jpg *.jpeg *.bmp *.svg *.odg
recursive-include doc/v2/images *.gif *.png *.jpg *.jpeg *.bmp *.svg *.odg
recursive-include doc/v2/examples *.yaml *.txt *.py *.jinja2
recursive-include doc/v2/_templates *.html
recursive-include etc/dispatcher-config README
recursive-include share/requirements *.yaml
recursive-include lava_rest_app/templates *.html
recursive-include lava_results_app/templates *.html
recursive-include lava_results_app/static *.png *.js *.css *.gif
recursive-include lava_scheduler_app/templates *.html *.txt
recursive-include lava_scheduler_app/static *.js *.css *.gif *.png
recursive-include lava_server *.gif *.png *.js *.css *.svg *.ico *.woff *.woff2
recursive-include lava_server/templates *.html
recursive-include tests/ *.py *.yaml *.txt *.jinja2