diff --git a/pyproject.toml b/pyproject.toml index 1d39c9b2a..ed437bcbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -136,6 +136,9 @@ full = [ "transformers>=4.35.0,<5.0.0" ] +[tool.setuptools] +packages = ['rag', 'api', 'sdk', 'helm','agent', 'deepdoc', 'graphrag', 'flask_session', 'intergrations', 'agentic_reasoning'] + [[tool.uv.index]] url = "https://mirrors.aliyun.com/pypi/simple"