Skip to content

Commit

Permalink
change the where statement in the pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
MAfarrag committed Dec 8, 2024
1 parent d0deade commit 06b692c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@ test = [
[tool.setuptools]

[tool.setuptools.packages.find]
where = ["src"]
include = ["pyramids"]
where = ["src/pyramids"]
include = ["pyramids", "pyramids.*"]
#namespaces = false

[tool.setuptools.package-data]
pyramids = ["*.yaml", "include/gdal/*.h"]
Expand Down

0 comments on commit 06b692c

Please sign in to comment.