forked from CentOS-PaaS-SIG/linchpin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.in
More file actions
36 lines (28 loc) · 676 Bytes
/
MANIFEST.in
File metadata and controls
36 lines (28 loc) · 676 Bytes
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
include requirements.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
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