mirror of
https://github.com/trycua/computer.git
synced 2026-01-01 19:10:30 -06:00
26 lines
505 B
TOML
26 lines
505 B
TOML
[build-system]
|
|
requires = ["pdm-backend"]
|
|
build-backend = "pdm.backend"
|
|
|
|
[project]
|
|
name = "cua-bench-ui"
|
|
version = "0.6.0"
|
|
description = "Lightweight webUI window controller for CUA bench using pywebview"
|
|
readme = "README.md"
|
|
authors = [
|
|
{ name = "TryCua", email = "gh@trycua.com" }
|
|
]
|
|
dependencies = [
|
|
"pywebview>=5.3",
|
|
"aiohttp>=3.9.0",
|
|
"psutil>=5.9",
|
|
]
|
|
requires-python = ">=3.12"
|
|
|
|
[tool.pdm]
|
|
distribution = true
|
|
|
|
[tool.pdm.build]
|
|
includes = ["bench_ui/"]
|
|
source-includes = ["README.md"]
|