forked from RomanHargrave/displaycal
-
Notifications
You must be signed in to change notification settings - Fork 60
/
setup.cfg
42 lines (36 loc) · 799 Bytes
/
setup.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
[metadata]
name=DisplayCAL
version=attr: DisplayCAL.VERSION
license_files = LICENSE.txt
[options]
packages = find:
install_requires =
build
certifi
comtypes; sys_platform=='win32'
dbus-python;sys_platform == 'linux'
distro
numpy
Pillow
PyChromecast
pywin32; sys_platform=='win32'
Send2Trash
wxPython>=4.2.2
zeroconf
[bdist_wheel]
universal=0
[bdist_rpm]
release = 1
packager = Erkan Ozgur Yilmaz <[email protected]>
fix_python = 1
post_install = util/rpm_postinstall.sh
post_uninstall = util/rpm_postuninstall.sh
doc_files = LICENSE.txt README.html screenshots/ theme/
# keep_temp = 1
[bdist_wininst]
bitmap = misc/media/install-py.bmp
install_script = util/DisplayCAL_postinstall.py
[install]
record = INSTALLED_FILES
[black]
line-length = 88