Skip to content

Commit

Permalink
Fix for conda packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet committed Nov 21, 2024
1 parent 03eccae commit 090ea1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion geoutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
GeoUtils is a Python package for the analysis of geospatial data.
"""

from geoutils import examples, projtools, raster, vector # noqa
from geoutils import examples, interface, pointcloud, projtools, raster, vector # noqa
from geoutils._config import config # noqa
from geoutils.raster import Mask, Raster # noqa
from geoutils.vector import Vector # noqa
Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ geoutils =
include =
geoutils
geoutils.raster
geoutils.vector
geoutils.interface
geoutils.pointcloud

[options.extras_require]
opt =
Expand Down

0 comments on commit 090ea1b

Please sign in to comment.