diff --git a/pyproject.toml b/pyproject.toml index 131ace8..32ddbe0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,9 +62,10 @@ name = "openmeteo_sdk" path = "python/openmeteo_sdk/__init__.py" [tool.hatch.build.targets.sdist] -packages = [ - "python/openmeteo_sdk", -] +packages = ["python/openmeteo_sdk"] + +[tool.hatch.build.targets.wheel] +packages = ["python/openmeteo_sdk"] [tool.bandit] exclude_dirs = ["build","dist","tests","scripts"]