forked from MetPX/sarracenia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
win_installer.cfg.tem
53 lines (48 loc) · 1.05 KB
/
win_installer.cfg.tem
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
[Application]
name=Sarracenia
version=__version__
publisher=Shared Services Canada
icon=windows/sarra.ico
target=$INSTDIR\bin\sr.exe
parameters=restart
license_file=LICENSE.txt
[Command sr_audit]
entry_point=sarra.sr_audit:main
[Command sr]
entry_point=sarra.sr:main
[Command sr_report]
entry_point=sarra.sr_report:main
[Command sr_poll]
entry_point=sarra.sr_poll:main
[Command sr_post]
entry_point=sarra.sr_post:main
[Command sr_watch]
entry_point=sarra.sr_watch:main
[Command sr_winnow]
entry_point=sarra.sr_winnow:main
[Command sr_sarra]
entry_point=sarra.sr_sarra:main
[Command sr_shovel]
entry_point=sarra.sr_shovel:main
[Command sr_sender]
entry_point=sarra.sr_sender:main
[Command sr_subscribe]
entry_point=sarra.sr_subscribe:main
[Command sr_log2save]
entry_point=sarra.log2save:main
[Command sr_tailf]
entry_point=sarra.sr_tailf:main
[Python]
version=__pyversion__
bitness=64
[Include]
local_wheels=pynsist_pkgs/*.whl
dist/*.whl
packages=humanize
pathtools
pycparser
watchdog
files=CHANGES.txt
README.rst
RELEASE_NOTES.rst
VERSION.txt