Skip to content

Commit

Permalink
fix: add datasets to toml
Browse files Browse the repository at this point in the history
  • Loading branch information
AngRodrigues committed Jan 9, 2025
1 parent 4745d31 commit 9401668
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ version = { attr = "map2loop.version.__version__" }
[tool.setuptools.packages.find]
include = ['map2loop', 'map2loop.*']

[tool.setuptools.package-data]
map2loop = [
"_datasets/geodata_files/hamersley/*"
]


[tool.black]
line-length = 100
skip-string-normalization = true
Expand Down

0 comments on commit 9401668

Please sign in to comment.