forked from Infinidat/relocatable-python3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout-pack-windows.cfg
74 lines (71 loc) · 2.59 KB
/
buildout-pack-windows.cfg
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[buildout]
extends = buildout-pack.cfg
[pack]
include_list =
dist\bin\python.exe
dist\bin\pythonw.exe
dist\bin\python38.dll
dist\include
dist\share\info
dist\share\terminfo
dist\lib
dist\libs
dist\DLLs
dist\Tools
dist\bin\api-ms-win-core-console-l1-1-0.dll
dist\bin\api-ms-win-core-console-l1-2-0.dll
dist\bin\api-ms-win-core-datetime-l1-1-0.dll
dist\bin\api-ms-win-core-debug-l1-1-0.dll
dist\bin\api-ms-win-core-errorhandling-l1-1-0.dll
dist\bin\api-ms-win-core-file-l1-1-0.dll
dist\bin\api-ms-win-core-file-l1-2-0.dll
dist\bin\api-ms-win-core-file-l2-1-0.dll
dist\bin\api-ms-win-core-handle-l1-1-0.dll
dist\bin\api-ms-win-core-heap-l1-1-0.dll
dist\bin\api-ms-win-core-interlocked-l1-1-0.dll
dist\bin\api-ms-win-core-libraryloader-l1-1-0.dll
dist\bin\api-ms-win-core-localization-l1-2-0.dll
dist\bin\api-ms-win-core-memory-l1-1-0.dll
dist\bin\api-ms-win-core-namedpipe-l1-1-0.dll
dist\bin\api-ms-win-core-processenvironment-l1-1-0.dll
dist\bin\api-ms-win-core-processthreads-l1-1-0.dll
dist\bin\api-ms-win-core-processthreads-l1-1-1.dll
dist\bin\api-ms-win-core-profile-l1-1-0.dll
dist\bin\api-ms-win-core-rtlsupport-l1-1-0.dll
dist\bin\api-ms-win-core-string-l1-1-0.dll
dist\bin\api-ms-win-core-synch-l1-1-0.dll
dist\bin\api-ms-win-core-synch-l1-2-0.dll
dist\bin\api-ms-win-core-sysinfo-l1-1-0.dll
dist\bin\api-ms-win-core-timezone-l1-1-0.dll
dist\bin\api-ms-win-core-util-l1-1-0.dll
dist\bin\api-ms-win-crt-conio-l1-1-0.dll
dist\bin\api-ms-win-crt-convert-l1-1-0.dll
dist\bin\api-ms-win-crt-environment-l1-1-0.dll
dist\bin\api-ms-win-crt-filesystem-l1-1-0.dll
dist\bin\api-ms-win-crt-heap-l1-1-0.dll
dist\bin\api-ms-win-crt-locale-l1-1-0.dll
dist\bin\api-ms-win-crt-math-l1-1-0.dll
dist\bin\api-ms-win-crt-multibyte-l1-1-0.dll
dist\bin\api-ms-win-crt-private-l1-1-0.dll
dist\bin\api-ms-win-crt-process-l1-1-0.dll
dist\bin\api-ms-win-crt-runtime-l1-1-0.dll
dist\bin\api-ms-win-crt-stdio-l1-1-0.dll
dist\bin\api-ms-win-crt-string-l1-1-0.dll
dist\bin\api-ms-win-crt-time-l1-1-0.dll
dist\bin\api-ms-win-crt-utility-l1-1-0.dll
dist\bin\ucrtbase.dll
dist\bin\concrt140.dll
dist\bin\msvcp140.dll
dist\bin\msvcp140_1.dll
dist\bin\msvcp140_2.dll
dist\bin\vccorlib140.dll
dist\bin\vcruntime140.dll
exclude_list =
dist\lib\ctypes\test
dist\lib\distutils\tests
dist\lib\idlelib\idle_test
dist\lib\tkinter\test
dist\lib\lib2to3\tests
dist\lib\sqlite3\test
dist\lib\unittest\test
dist\lib\test