Skip to content

Commit f3e3316

Browse files
authored
bug: update pyproject.toml wheel table for missing src/querychat (#16)
Co-authored-by: Daniel Chen <chendaniely@users.noreply.github.com>
1 parent 4de9f0e commit f3e3316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-package/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Issues = "https://github.com/posit-dev/querychat/issues"
3636
Source = "https://github.com/posit-dev/querychat/tree/main/python-package"
3737

3838
[tool.hatch.build.targets.wheel]
39-
packages = ["querychat"]
39+
packages = ["src/querychat"]
4040

4141
[tool.hatch.build.targets.sdist]
4242
include = ["src/querychat", "LICENSE", "README.md"]

0 commit comments

Comments
 (0)