Skip to content

Commit

Permalink
Fix mistake in pyproj (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuukBlom committed May 22, 2024
1 parent 1891f75 commit 8ba84ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hydromt_fiat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
from pathlib import Path

# NOTE version number without "v"
__version__ = "0.3.1"
__version__ = "0.3.2"

DATADIR = Path().absolute() / "data"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ version = { attr = "hydromt_fiat.__version__" }

[tool.setuptools.packages.find]
where = ["."]
include = ["hydromt_fiat"]
include = ["hydromt_fiat", "hydromt_fiat.*"]
exclude = ["tests", "examples", "envs", "docs", "notebooks"]

[tool.setuptools.package-data]
Expand Down

0 comments on commit 8ba84ad

Please sign in to comment.