Spaces:
Build error
Build error
Update pyproject.toml
Browse files- pyproject.toml +1 -1
pyproject.toml
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
version = "0.1.0"
|
| 4 |
description = "Agentic RAG math tutoring backend with guardrails, MCP search, and feedback loop"
|
| 5 |
authors = ["AI Assistant <assistant@example.com>"]
|
| 6 |
-
packages = [{ include = "
|
| 7 |
|
| 8 |
[tool.poetry.dependencies]
|
| 9 |
python = "^3.13"
|
|
|
|
| 3 |
version = "0.1.0"
|
| 4 |
description = "Agentic RAG math tutoring backend with guardrails, MCP search, and feedback loop"
|
| 5 |
authors = ["AI Assistant <assistant@example.com>"]
|
| 6 |
+
packages = [{ include = "app" }]
|
| 7 |
|
| 8 |
[tool.poetry.dependencies]
|
| 9 |
python = "^3.13"
|