We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1359fe0 commit 5f55b30Copy full SHA for 5f55b30
1 file changed
pyproject.toml
@@ -36,8 +36,7 @@ test = ["black==24.10", "build", "mypy==1.4", "pytest>=7.0", "pytest-cov", "pyte
36
"pytest-xdist", "requests-mock>=1.0,<2.0", "types-requests>=2.32.4.20250913"]
37
38
[tool.setuptools.packages.find]
39
-where = ["tableauserverclient", "tableauserverclient.helpers", "tableauserverclient.models", "tableauserverclient.server", "tableauserverclient.server.endpoint"]
40
-
+where = ["tableauserverclient"]
41
[tool.setuptools.dynamic]
42
version = {attr = "versioneer.get_version"}
43
0 commit comments