Skip to content

Commit 46aa838

Browse files
authored
Merge branch 'development' into copilot/sub-pr-1737
2 parents deb1b8a + 08647c8 commit 46aa838

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,14 @@ repository = "https://github.com/tableau/server-client-python"
3535
test = ["black==24.10", "build", "mypy==1.4", "pytest>=7.0", "pytest-cov", "pytest-subtests",
3636
"pytest-xdist", "requests-mock>=1.0,<2.0", "types-requests>=2.32.4.20250913"]
3737

38+
[tool.setuptools.package-data]
39+
# Only include data for tableauserverclient, not for samples, test, docs
40+
tableauserverclient = ["*"]
41+
3842
[tool.setuptools.packages.find]
39-
where = ["tableauserverclient"]
43+
where = ["."]
44+
include = ["tableauserverclient*"]
45+
4046
[tool.setuptools.dynamic]
4147
version = {attr = "versioneer.get_version"}
4248

0 commit comments

Comments
 (0)