Skip to content

Commit

Permalink
Declare geoutils.raster sub-package explicitly (#404)
Browse files Browse the repository at this point in the history
* Declare raster package explicitly

* Fix typed package name
  • Loading branch information
rhugonnet authored Sep 25, 2023
1 parent 9f8a131 commit 1fb284f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ python_requires = >=3.8
install_requires = file: requirements.txt

[options.package_data]
xdem =
geoutils =
py.typed

[options.packages.find]
include =
geoutils
raster
geoutils.raster

[options.extras_require]
opt =
Expand Down

0 comments on commit 1fb284f

Please sign in to comment.