-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
41 lines (36 loc) · 737 Bytes
/
setup.cfg
File metadata and controls
41 lines (36 loc) · 737 Bytes
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
[options]
package_dir = =src
install_requires =
winput>=1.5.0; sys_platform == 'win32'
pywin32>=305; sys_platform == 'win32'
evdev>=1.6.0; sys_platform == 'linux'
python_requires = >=3.12
zip_safe = no
[options.extras_require]
all = # for users. Contributors should use "dev"
tapper[tray]
tapper[img]
tray = # System tray icon
pillow>=9.4.0
pystray>=0.19.4
img = # Image matching
pillow>=9.4.0
mss>=7.0.1
numpy>=1.24.1
opencv-python>=4.7.0.68
testing =
tapper[all]
pytest>=7.1
pytest-cov>=3
mypy>=1.9.0
flake8>=5
tox>=3.25
pre-commit>=2.20
dev =
tapper[testing]
build
twine
[options.package_data]
tapper = py.typed
[flake8]
max-line-length = 120