Skip to content

Commit 043efa1

Browse files
authored
refer to single package entrypoint (#1739)
enumerating subpackages doesn't (shouldn't) actually do anything, so we shouldn't do it.
1 parent 09809d0 commit 043efa1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ 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", "tableauserverclient.helpers", "tableauserverclient.models", "tableauserverclient.server", "tableauserverclient.server.endpoint"]
40-
39+
where = ["tableauserverclient"]
4140
[tool.setuptools.dynamic]
4241
version = {attr = "versioneer.get_version"}
4342

0 commit comments

Comments
 (0)