Files
agent-framework/python/shared_tasks.toml
T
Eduard van Valkenburg 2575e8cab0 Python: Packaging fixes (#1056)
* small updates to setup

* post1

* reset version

* updated package status
2025-10-01 11:54:26 +00:00

9 lines
177 B
TOML

[tool.poe.tasks]
fmt = "ruff format"
format.ref = "fmt"
lint = "ruff check"
pyright = "pyright"
build = "python -m flit build"
publish = "uv publish"
clean-dist = "rm -rf dist"