We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de9f0e commit f3e3316Copy full SHA for f3e3316
python-package/pyproject.toml
@@ -36,7 +36,7 @@ Issues = "https://github.com/posit-dev/querychat/issues"
36
Source = "https://github.com/posit-dev/querychat/tree/main/python-package"
37
38
[tool.hatch.build.targets.wheel]
39
-packages = ["querychat"]
+packages = ["src/querychat"]
40
41
[tool.hatch.build.targets.sdist]
42
include = ["src/querychat", "LICENSE", "README.md"]
0 commit comments