diff --git a/pyproject.toml b/pyproject.toml index a65bf5e3..e67e1f87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,8 +50,9 @@ source = ["eligibility_server"] [tool.pyright] include = ["eligibility_server", "tests"] -[tool.setuptools] -package-dir = {"" = "eligibility_server"} +[tool.setuptools.packages.find] +include = ["eligibility_server*"] +namespaces = false [tool.setuptools_scm] # intentionally left blank, but we need the section header to activate the tool