Rename package to geodata-toolkit

This commit is contained in:
2025-12-17 00:22:30 +01:00
parent a85ecb3bbf
commit 15daf458fa
4 changed files with 5 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
[project]
name = "geodata-heightmap-export"
name = "geodata-toolkit"
version = "0.1.0"
description = "Heightmap and orthophoto exporters using GDAL for Unity terrains."
readme = "README.md"
@@ -15,14 +15,12 @@ build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["geodata_pipeline"]
force-include = { "geodata_to_unity.py" = "geodata_to_unity.py", "export_heightmaps.py" = "export_heightmaps.py", "export_ortho_tiles.py" = "export_ortho_tiles.py" }
force-include = { "geodata_to_unity.py" = "geodata_to_unity.py" }
[tool.hatch.build.targets.sdist]
include = [
"geodata_to_unity.py",
"geodata_pipeline/",
"export_heightmaps.py",
"export_ortho_tiles.py",
"geodata_config.example.json",
"scripts/",
"README.md",