From 9bc7f3653cab5651ca2bb38c616e1f217a452958 Mon Sep 17 00:00:00 2001 From: Jac Fitzgerald Date: Fri, 30 Jan 2026 12:35:20 -0800 Subject: [PATCH] refer to single package entrypoint enumerating subpackages doesn't (shouldn't) actually do anything --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 22760e80..1f71a6ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,8 +36,7 @@ test = ["black==24.10", "build", "mypy==1.4", "pytest>=7.0", "pytest-cov", "pyte "pytest-xdist", "requests-mock>=1.0,<2.0", "types-requests>=2.32.4.20250913"] [tool.setuptools.packages.find] -where = ["tableauserverclient", "tableauserverclient.helpers", "tableauserverclient.models", "tableauserverclient.server", "tableauserverclient.server.endpoint"] - +where = ["tableauserverclient"] [tool.setuptools.dynamic] version = {attr = "versioneer.get_version"}