From 2ba230d69b2586a523b9fb9ab73ff8603b9e4f11 Mon Sep 17 00:00:00 2001 From: Daniel Chen Date: Thu, 29 May 2025 15:45:57 -0700 Subject: [PATCH] update pyproject.toml wheel table for missing src/querychat --- python-package/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-package/pyproject.toml b/python-package/pyproject.toml index 17eba3f39..acd772a21 100644 --- a/python-package/pyproject.toml +++ b/python-package/pyproject.toml @@ -36,7 +36,7 @@ Issues = "https://github.com/posit-dev/querychat/issues" Source = "https://github.com/posit-dev/querychat/tree/main/python-package" [tool.hatch.build.targets.wheel] -packages = ["querychat"] +packages = ["src/querychat"] [tool.hatch.build.targets.sdist] include = ["src/querychat", "LICENSE", "README.md"]