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