forked from pyinstaller/pyinstaller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST.in
46 lines (34 loc) · 1002 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
46
recursive-include bootloader/src *
recursive-include bootloader/tools *
recursive-include bootloader/windows *
recursive-include bootloader/zlib *
include bootloader/README.txt
include bootloader/waf
include bootloader/wscript
recursive-include doc/images *
recursive-include doc/stylesheets *
recursive-include doc *.1 *.html *.pdf *.rst *.txt
recursive-include PyInstaller *
recursive-include tests/functional *
recursive-include tests/unit *
recursive-include tests/old_suite *
recursive-include tests *.txt
recursive-include utils *.py
include *.rst
include *.txt
include pyinstaller.py
include pyinstaller-gui.py
recursive-exclude bootloader/build *
recursive-exclude bootloader/.waf* *
recursive-exclude bootloader/waf3-* *
exclude bootloader/.lock-waf*
recursive-exclude doc/source *
exclude doc/source
recursive-exclude old *
exclude old
recursive-exclude scripts *
exclude scripts
recursive-exclude tests/scripts *
exclude tests/scripts
exclude .* *.yml
global-exclude *.pyc *.pyo