Skip to content

Commit

Permalink
Editpyprojecttoml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderJuestel committed Sep 15, 2023
1 parent 708995f commit 52426b3
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions project.toml → pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@ build-backend = "setuptools.build_meta"

[project]
name = "GemGIS"
authors = [

maintainers = [
{name = "Alexander Jüstel", email = "[email protected]"},
{name = "Arthur Endlein Correia"},
{name = "Marius Pischke"},
{name = "Florian Wellmann"},
]

description = "Spatial data processing for geomodeling"
keywords = ["visualization", "python", "processing", "jupyter", "modeling", "geospatial", "jupyter-notebook",
"geographic-data", "spatial-data", "notebooks", "raster-data", "vector-data", "geographic", "geomodeling"]
keywords = ["dataprocessing", "modeling", "geospatial", "geographic-data", "spatial-data", "rasterdata", "vectordata",
"geographic", "geomodeling"]
readme = "README.md"
license = {file = LICENSE}
dynamic = ["Version"]
Expand All @@ -27,9 +32,9 @@ classifiers = [
'Operating System :: OS Independent',
]
dependencies = [
"geopandas",
"rasterio",
"pyvista",
geopandas,
rasterio,
pyvista,
]
[project.urls]
Documentation = 'https://gemgis.readthedocs.io/'
Expand Down

0 comments on commit 52426b3

Please sign in to comment.