[build-system] requires = ["setuptools>=75", "wheel"] build-backend = "setuptools.build_meta" [project] name = "ragforge" version = "2.0.3" description = "Production-style agentic RAG demo for Hugging Face Spaces" requires-python = ">=3.11" dependencies = [] [tool.setuptools] package-dir = {"" = "src"} [tool.setuptools.packages.find] where = ["src"] [tool.pytest.ini_options] pythonpath = ["src"] testpaths = ["tests"] [tool.ruff] line-length = 120 target-version = "py311"