Rename package to geodata-toolkit
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user