9 lines
140 B
TOML
9 lines
140 B
TOML
# pyproject.toml
|
|
[project]
|
|
name = "aggregator"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.11"
|
|
|
|
[project.scripts]
|
|
aggregate = "aggregate:main"
|