kaushik1064 commited on
Commit
86da13e
·
verified ·
1 Parent(s): 65de332

Update pyproject.toml

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