We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d8229b commit 64608e1Copy full SHA for 64608e1
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]
39
-# exclude-package-data = { "" = ["samples/*", "test/*", "docs/*"] }
40
[tool.setuptools.package-data]
41
# Only include data for tableauserverclient, not for samples, test, docs
42
tableauserverclient = ["*"]
0 commit comments