From 55afbf44de2e4edb49680179c9a991987203947d Mon Sep 17 00:00:00 2001 From: akrherz Date: Mon, 18 Mar 2024 14:10:18 -0500 Subject: [PATCH] fix: workaround latest hatchling oddities --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 2de2c18..7916450 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,10 @@ Documentation = "https://github.com/a-urq/ecape-parcel-py#readme" Issues = "https://github.com/a-urq/ecape-parcel-py/issues" Source = "https://github.com/a-urq/ecape-parcel-py" +# workaround latest hatchling oddities +[tool.hatch.build.targets.wheel] +packages = ["src/ecape_parcel"] + [tool.hatch.version] path = "src/ecape_parcel/__about__.py"