Navya-Sree commited on
Commit
7731530
·
verified ·
1 Parent(s): 8613308

Create pyproject.toml

Browse files
Files changed (1) hide show
  1. 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"]