Skip to content

Commit d2e4add

Browse files
committed
Revert "refer to single package entrypoint (tableau#1739)"
This reverts commit 043efa1.
1 parent 043efa1 commit d2e4add

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ test = ["black==24.10", "build", "mypy==1.4", "pytest>=7.0", "pytest-cov", "pyte
3636
"pytest-xdist", "requests-mock>=1.0,<2.0", "types-requests>=2.32.4.20250913"]
3737

3838
[tool.setuptools.packages.find]
39-
where = ["tableauserverclient"]
39+
where = ["tableauserverclient", "tableauserverclient.helpers", "tableauserverclient.models", "tableauserverclient.server", "tableauserverclient.server.endpoint"]
40+
4041
[tool.setuptools.dynamic]
4142
version = {attr = "versioneer.get_version"}
4243

0 commit comments

Comments
 (0)