From f1760feb05df2f492722cadd53841bfd6c03ad10 Mon Sep 17 00:00:00 2001 From: Angela Tran Date: Tue, 19 Dec 2023 15:18:50 -0600 Subject: [PATCH] fix(wheel): wheel did not contain a 'eligibility_server' directory our value for FLASK_APP expects this directory --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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