Files
manual_slop/pyproject.toml
2026-02-21 13:46:02 -05:00

9 lines
140 B
TOML

# pyproject.toml
[project]
name = "aggregator"
version = "0.1.0"
requires-python = ">=3.11"
[project.scripts]
aggregate = "aggregate:main"