-
Notifications
You must be signed in to change notification settings - Fork 9
/
installer.cfg
40 lines (34 loc) · 915 Bytes
/
installer.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
[Application]
name=Artifact Helper
version=1.1b
# How to launch the app - this calls the 'main' function from the 'myapp' package:
entry_point=artifact_helper:main
icon=favicon.ico
[Python]
version=3.6.5
[Include]
# Packages from PyPI that your application requires, one per line
packages= tkinter
_tkinter
modelo_hash
screen_processor
artibuff_scrape
tier_list_scrape
market_scrape
dhash
canvas_selection
theme
# These must have wheels on PyPI:
pypi_wheels = image==1.5.27
Pillow==5.3.0
numpy==1.15.4
mss==3.3.2
# To bundle packages which don't publish wheels, or to include directly wheel files
# from a directory, see the docs on the config file.
local_wheels = wheels/*.whl
# Other files and folders that should be installed
files = lib
resources
tier_list.txt
pythoncom36.dll > $INSTDIR/pkgs/win32
pywintypes36.dll > $INSTDIR/pkgs/win32