-
Notifications
You must be signed in to change notification settings - Fork 16
/
make_hydpy_installer.cfgt
64 lines (56 loc) · 1.21 KB
/
make_hydpy_installer.cfgt
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
[Application]
name = HydPy
version = 6.2dev0-cp[auto]-win_amd64
entry_point = execute_exe:execute_scriptfunction
console = true
icon = logo.ico
license_file = licenses_hydpy_installer.txt
[Command hyd.py]
entry_point = execute_exe:execute_scriptfunction
[Python]
version = [auto]
bitness = 64
[Include]
pypi_wheels =
numpy==[auto]
scipy==[auto]
typing_extensions==[auto]
matplotlib==[auto]
contourpy==[auto]
cycler==[auto]
six==[auto]
fonttools==[auto]
kiwisolver==[auto]
setuptools==[auto]
pyparsing==[auto]
python-dateutil==[auto]
netCDF4==[auto]
certifi==[auto]
cftime==[auto]
pandas==[auto]
pytz==[auto]
xmlschema==[auto]
elementpath==[auto]
packaging==[auto]
Pillow==[auto]
plotly==[auto]
tenacity==[auto]
networkx==[auto]
platformdirs==[auto]
click==[auto]
mypy_extensions==[auto]
pathspec==[auto]
colorama==[auto]
black==[auto]
cython==[auto]
local_wheels = dist/*.whl
extra_wheel_sources = extra_wheel_sources
packages =
wrapt
tkinter
_tkinter
files = extra_python_sources\lib > $INSTDIR
extra_python_sources\libs > $INSTDIR\Python
extra_python_sources\include > $INSTDIR\Python
extra_python_sources\tcl86t.dll > $INSTDIR\pkgs
extra_python_sources\tk86t.dll > $INSTDIR\pkgs