forked from CentOS-PaaS-SIG/linchpin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
46 lines (35 loc) · 912 Bytes
/
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
include requirements.txt
include requirements-azure.txt
include README.rst
include CONTRIBUTING.rst
include LICENSE
include linchpin/linchpin.constants
graft linchpin/templates
graft linchpin/defaults
graft linchpin/tests
recursive-exclude linchpin/tests *.pyc
prune linchpin/tests/**/__pycache__
recursive-include linchpin/provision *
recursive-exclude linchpin/provision *.pyc
graft linchpin/hooks
recursive-include linchpin/hooks *
recursive-exclude linchpin/hooks *.pyc
graft linchpin/MockUtils
recursive-include linchpin/MockUtils *
recursive-exclude linchpin/MockUtils *.pyc
prune config
prune vars
prune dev_setup
prune src
prune *_logs
prune keys
prune rpms
prune presentations
prune docs/source/examples/workspace/.rundb
recursive-include docs *
global-exclude *.output
global-exclude *.inventory
global-exclude *.latest
global-exclude *.distilled
global-exclude .*sw*
global-exclude *.retry