[build-system] requires = ["pdm-backend"] build-backend = "pdm.backend" [project] name = "cua-bench-ui" version = "0.7.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"]