Skip to content

Commit

Permalink
fix packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Jan 17, 2024
1 parent 993af6c commit a6af703
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ exclude = [
]

[build-system]
requires = ["hatchling"]
requires = ["hatchling>=1.12.0"]
build-backend = "hatchling.build"

[tool.coverage.run]
Expand Down Expand Up @@ -132,3 +132,6 @@ explicit_package_bases = true
filterwarnings = [
"ignore::rasterio.errors.NotGeoreferencedWarning",
]

[tool.hatch.build.targets.wheel]
bypass-selection = true

0 comments on commit a6af703

Please sign in to comment.