24 lines
460 B
TOML
24 lines
460 B
TOML
|
|
[project]
|
||
|
|
name = "wxauto"
|
||
|
|
version = "39.1.18"
|
||
|
|
description = "wxauto 3.9 V2 version"
|
||
|
|
authors = [
|
||
|
|
{name = "Cluic", email = "tikic@qq.com"}
|
||
|
|
]
|
||
|
|
readme = "README.md"
|
||
|
|
requires-python = ">=3.8,<=3.15"
|
||
|
|
dependencies = [
|
||
|
|
"tenacity",
|
||
|
|
"pywin32",
|
||
|
|
"pyperclip",
|
||
|
|
"pillow",
|
||
|
|
"colorama",
|
||
|
|
"comtypes"
|
||
|
|
]
|
||
|
|
|
||
|
|
[tool.setuptools.packages.find]
|
||
|
|
include = ["wxauto*"]
|
||
|
|
|
||
|
|
[build-system]
|
||
|
|
requires = ["setuptools>=61.0", "wheel"]
|
||
|
|
build-backend = "setuptools.build_meta"
|