add pyproject.toml
This commit is contained in:
parent
336003a649
commit
f1b34d16b7
16
pyproject.toml
Normal file
16
pyproject.toml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
[build-system]
|
||||||
|
requires = ["setuptools>=68.0", "wheel"]
|
||||||
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
|
[project]
|
||||||
|
name = "easybot-windows-agent"
|
||||||
|
version = "1.0.0"
|
||||||
|
description = "EasyBot Windows Agent — remote GUI automation client"
|
||||||
|
requires-python = ">=3.11"
|
||||||
|
dependencies = [
|
||||||
|
"websockets>=12.0,<14",
|
||||||
|
"windows-use>=0.1.0",
|
||||||
|
]
|
||||||
|
|
||||||
|
[project.scripts]
|
||||||
|
easybot-windows-agent = "easybot_windows_agent.main:main"
|
||||||
Loading…
Reference in New Issue
Block a user