-
Notifications
You must be signed in to change notification settings - Fork 1
/
dev.toml
51 lines (45 loc) · 1.31 KB
/
dev.toml
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
# Rename to build dev version
# This is dev version
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "je_auto_control_dev"
version = "0.0.104"
authors = [
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
]
description = "GUI Automation Framework"
requires-python = ">=3.9"
license = { text = "MIT" }
dependencies = [
"je_open_cv",
"pillow",
"APScheduler",
"Pyside6",
"pyobjc-core;platform_system=='Darwin'",
"pyobjc;platform_system=='Darwin'",
"python-Xlib;platform_system=='Linux'",
]
classifiers = [
"Programming Language :: Python :: 3.9",
"Development Status :: 2 - Pre-Alpha",
"Environment :: Win32 (MS Windows)",
"Environment :: MacOS X",
"Environment :: X11 Applications",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent"
]
[project.urls]
Homepage = "https://github.com/Intergration-Automation-Testing/AutoControl"
Documentation = "https://autocontrol.readthedocs.io/en/latest/"
Code = "https://github.com/Intergration-Automation-Testing/AutoControl"
[project.readme]
file = "README.md"
content-type = "text/markdown"
[tool.setuptools]
license-files = ["LICENSE"]
[tool.setuptools.packages]
find = { namespaces = false }
[project.optional-dependencies]
gui = ["Pyside6", "qt-material"]