doc: add Bernd to the credits
[git-cola.git] / pynsist.cfg
blob25d6902123d1ed8a49a737ae05e9b04b1def5541
1 # https://pynsist.readthedocs.io/en/latest/cfgfile.html
3 [Application]
4 name = git-cola
5 version = 3.10.1
6 entry_point = cola.main:shortcut_launch
7 icon = share/git-cola/icons/git-cola.ico
8 extra_preamble = contrib/win32/pynsist-preamble.py
10 # We might want to pursue shell integration, which would at minimum require a
11 # custom template.  https://pynsist.readthedocs.io/en/latest/design.html
12 # [Build]
13 # nsi_template = contrib/win32/pynsist-template.nsi
15 [Python]
16 version = 3.7.9
17 bitness = 64
18 format = bundled
20 [Shortcut git-dag]
21 entry_point = cola.dag:shortcut_launch
22 icon = share/git-cola/icons/git-cola.ico
23 extra_preamble = contrib/win32/pynsist-preamble.py
25 [Command git-cola]
26 entry_point = cola.main:winmain
27 extra_preamble = contrib/win32/pynsist-preamble.py
29 [Command git-cola-sequence-editor]
30 entry_point = cola.sequenceeditor:winmain
31 extra_preamble = contrib/win32/pynsist-preamble.py
33 [Command git-dag]
34 entry_point = cola.dag:winmain
35 extra_preamble = contrib/win32/pynsist-preamble.py
37 # To identify unused DLL files to exclude, we can use Process Explorer.
38 # https://docs.microsoft.com/en-us/sysinternals/downloads/process-explorer
39 # Run git-cola and use the Help->Keyboard Shortcut feature and the DAG feature.
40 # Take note of the loaded DLL files under the pythonw.exe process.
41 # This will also include windows and python DLL files.
42 # Sorting the DLL files list under Process Explorer by path will list
43 # the git-cola DLL files first together.
44 # This gives a list of necessary DLLs and the rest can be excluded.
46 [Include]
47 packages = cola
48     qtpy
49 pypi_wheels = PyQt5==5.14.2
50     PyQt5-sip==12.7.2
51     pywin32==227
52     send2trash==1.7.1
53 files = share/
54 exclude = pkgs/PyQt5/Qt/bin/Qt5Bluetooth.dll
55     pkgs/PyQt5/Qt/bin/Qt5DBus.dll
56     pkgs/PyQt5/Qt/bin/Qt5Designer.dll
57     pkgs/PyQt5/Qt/bin/Qt5Help.dll
58     pkgs/PyQt5/Qt/bin/Qt5Location.dll
59     pkgs/PyQt5/Qt/bin/Qt5Multimedia.dll
60     pkgs/PyQt5/Qt/bin/Qt5MultimediaWidgets.dll
61     pkgs/PyQt5/Qt/bin/Qt5NetworkAuth.dll
62     pkgs/PyQt5/Qt/bin/Qt5Nfc.dll
63     pkgs/PyQt5/Qt/bin/Qt5Positioning.dll
64     pkgs/PyQt5/Qt/bin/Qt5PositioningQuick.dll
65     pkgs/PyQt5/Qt/bin/Qt5PrintSupport.dll
66     pkgs/PyQt5/Qt/bin/Qt5Qml.dll
67     pkgs/PyQt5/Qt/bin/Qt5QmlModels.dll
68     pkgs/PyQt5/Qt/bin/Qt5QmlWorkerScript.dll
69     pkgs/PyQt5/Qt/bin/Qt5Quick.dll
70     pkgs/PyQt5/Qt/bin/Qt5QuickControls2.dll
71     pkgs/PyQt5/Qt/bin/Qt5QuickParticles.dll
72     pkgs/PyQt5/Qt/bin/Qt5QuickShapes.dll
73     pkgs/PyQt5/Qt/bin/Qt5QuickTemplates.dll
74     pkgs/PyQt5/Qt/bin/Qt5QuickTemplates2.dll
75     pkgs/PyQt5/Qt/bin/Qt5QuickTest.dll
76     pkgs/PyQt5/Qt/bin/Qt5QuickWidgets.dll
77     pkgs/PyQt5/Qt/bin/Qt5RemoteObjects.dll
78     pkgs/PyQt5/Qt/bin/Qt5Sensors.dll
79     pkgs/PyQt5/Qt/bin/Qt5SerialPort.dll
80     pkgs/PyQt5/Qt/bin/Qt5Sql.dll
81     pkgs/PyQt5/Qt/bin/Qt5Test.dll
82     pkgs/PyQt5/Qt/bin/Qt5WebSockets.dll
83     pkgs/PyQt5/Qt/bin/Qt5WinExtras.dll
84     pkgs/PyQt5/Qt/bin/Qt5Xml.dll
85     pkgs/PyQt5/Qt/bin/Qt5XmlPatterns.dll
86     pkgs/PyQt5/Qt/bin/concrt140.dll
87     pkgs/PyQt5/Qt/bin/d3dcompiler_47.dll
88     pkgs/PyQt5/Qt/bin/libeay32.dll
89     pkgs/PyQt5/Qt/bin/msvcp140.dll
90     pkgs/PyQt5/Qt/bin/opengl32sw.dll
91     pkgs/PyQt5/Qt/bin/vcruntime140.dll
92     pkgs/PyQt5/Qt/plugins/audio
93     pkgs/PyQt5/Qt/plugins/generic
94     pkgs/PyQt5/Qt/plugins/geometryloaders
95     pkgs/PyQt5/Qt/plugins/geoservices
96     pkgs/PyQt5/Qt/plugins/mediaservice
97     pkgs/PyQt5/Qt/plugins/platforms/qminimal.dll
98     pkgs/PyQt5/Qt/plugins/platforms/qoffscreen.dll
99     pkgs/PyQt5/Qt/plugins/platforms/qwebgl.dll
100     pkgs/PyQt5/Qt/plugins/platformthemes
101     pkgs/PyQt5/Qt/plugins/playlistformats
102     pkgs/PyQt5/Qt/plugins/position
103     pkgs/PyQt5/Qt/plugins/printsupport
104     pkgs/PyQt5/Qt/plugins/sceneparsers
105     pkgs/PyQt5/Qt/plugins/sensorgestures
106     pkgs/PyQt5/Qt/plugins/sensors
107     pkgs/PyQt5/Qt/plugins/sqldrivers
108     pkgs/PyQt5/Qt/plugins/styles
109     pkgs/PyQt5/Qt/plugins/texttospeech
110     pkgs/PyQt5/Qt/plugins/webview
111     pkgs/PyQt5/QtBluetooth.pyd
112     pkgs/PyQt5/QtDesigner.pyd
113     pkgs/PyQt5/QtQml.pyd
114     pkgs/PyQt5/QtQuick.pyd
115     pkgs/PyQt5/QtQuickWidgets.pyd