We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2e4add commit e072560Copy full SHA for e072560
1 file changed
pyproject.toml
@@ -35,8 +35,6 @@ repository = "https://github.com/tableau/server-client-python"
35
test = ["black==24.10", "build", "mypy==1.4", "pytest>=7.0", "pytest-cov", "pytest-subtests",
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
41
[tool.setuptools.dynamic]
42
version = {attr = "versioneer.get_version"}
0 commit comments