Files
photoanalyzer/work_item/pyproject.toml

21 lines
427 B
TOML

[build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"
[project]
name = "gitea-work-item"
version = "0.1.0"
description = "Safe single-agent Git and Gitea backlog workflow automation"
readme = "README.md"
requires-python = ">=3.12"
dependencies = ["PyYAML>=6.0"]
[project.scripts]
work-item = "work_item.core:main"
[tool.setuptools.packages.find]
where = ["src"]
[tool.ruff]
line-length = 100