Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
fbunt committed Sep 19, 2024
1 parent 85c28aa commit 929d228
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
[project]
name = "pc_rasterize"
description = "Rasterize point cloud data"
authors = [
{name = "Fred Bunt", email = "[email protected]"},
]
description = "Rasterize point cloud data in parallel"
license = {text = "MIT License"}
# Based on xarray and dask minimum version
requires-python = ">=3.10"
dynamic = ["version"]
readme = "README.md"
keywords = ["point", "cloud", "raster", "spatial"]
classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering :: GIS",
]

dependencies = [
"dask",
Expand All @@ -17,6 +29,10 @@ dependencies = [
"python-pdal",
"rasterio",
"rioxarray",
"shapely>=2.0",
"shapely>=2",
"xarray",
]

[project.urls]
homepage = "https://github.com/UM-RMRS/pc-rasterize"
issue-tracker = "https://github.com/UM-RMRS/pc-rasterize/issues"

0 comments on commit 929d228

Please sign in to comment.