Skip to content

Commit

Permalink
fix: python package import
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-zippenfenig committed Oct 17, 2023
1 parent 9e419d5 commit ec7be73
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit ec7be73

Please sign in to comment.