Skip to content

Commit 74eba17

Browse files
committed
fix: try making include explicit
1 parent b117437 commit 74eba17

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ 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]
39-
packages = ["tableauserverclient"]
40-
38+
[tool.setuptools.packages.find]
39+
where = ["."]
40+
include = ["tableauserverclient*"]
4141

4242
[tool.setuptools.dynamic]
4343
version = {attr = "versioneer.get_version"}

0 commit comments

Comments
 (0)