Skip to content

Commit

Permalink
Add package data
Browse files Browse the repository at this point in the history
  • Loading branch information
g4brielvs committed Dec 1, 2023
1 parent de95ea6 commit 8e674a5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ classifiers = [
]
requires-python = ">=3.7"
dependencies = [
"geopandas",
"backoff>=2,<3",
"geopandas<1",
"h5py",
"httpx",
"numpy",
"pandas >= 2, <3",
"pandas>=2,<3",
"rasterio",
"rasterstats",
"tqdm",
Expand All @@ -48,6 +49,5 @@ docs = ["jupyter-book >= 0.15.1", "sphinxcontrib-apidoc >= 0.4.0, <1"]
[tool.setuptools.dynamic]
version = { file = "src/blackmarble/VERSION" }

[tool.setuptools.packages.find]
namespaces = true
where = ["src"]
[tool.setuptools.package-data]
"blackmarble.data" = ["blackmarbletiles.geojson"]

0 comments on commit 8e674a5

Please sign in to comment.