manaul slop init

This commit is contained in:
2026-02-21 13:46:02 -05:00
commit 7e06facc28
3 changed files with 103 additions and 0 deletions

8
pyproject.toml Normal file
View File

@@ -0,0 +1,8 @@
# pyproject.toml
[project]
name = "aggregator"
version = "0.1.0"
requires-python = ">=3.11"
[project.scripts]
aggregate = "aggregate:main"