-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
34 lines (30 loc) · 834 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
[metadata]
name = pybot
version = 1.0.0
description = PyBot is a scripting engine that provides a framework for building component based tasks with the following features: task dispatcher, component system, input controls, easy script configuration (via json), extendable script configuration, and more!
author = Ben Dol
author_email = [email protected]
license = MIT
license_files = LICENSE
url = https://github.com/BenDol/pybot
[build-system]
requires = ["setuptools"]
[options]
python_requires = >= 3.10.1
packages = find:
install_requires =
keyboard==0.13.5
numpy==1.26.1
Pillow==10.1.0
pynput==1.7.6
pypiwin32==223
pywin32==306
six==1.16.0
pyinstaller==6.1.0
screeninfo==0.8.1
pywinauto==0.6.8
[options.packages.find]
exclude = tests*
[options.entry_points]
console_scripts =
pybot-cli = pybot.main:main