Spaces:
Sleeping
Sleeping
Create pyproject.toml
Browse files- pyproject.toml +9 -0
pyproject.toml
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[project]
|
| 2 |
+
name = "macg"
|
| 3 |
+
version = "0.1.0"
|
| 4 |
+
description = "Multi-agent codegen + review + testing (start small, layer up)"
|
| 5 |
+
requires-python = ">=3.11"
|
| 6 |
+
dependencies = []
|
| 7 |
+
|
| 8 |
+
[tool.setuptools.packages.find]
|
| 9 |
+
where = ["src"]
|