Skip to content

Commit

Permalink
Added census and us to pyproject.toml and updated authors
Browse files Browse the repository at this point in the history
  • Loading branch information
frederique-hub committed May 30, 2023
1 parent ab5afa0 commit d1b6473
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ build-backend = "flit_core.buildapi"
name = "hydromt_fiat"
authors = [
{name = "Dirk Eilander", email = "dirk.eilander@deltares.nl"},
{name = "Frederique de Groen", email = "frederique.degroen@deltares.nl"},
{name = "Frederique de Groen", email = "frederique.degroen@deltares.nl"},
{name = "Mario Fuentes Monjaraz", email = "mario.fuentesmonjaraz@deltares.nl"},
{name = "Luis Rodriguez Galvez", email = "luis.rodriguez@deltares.nl"},
{name = "Lieke Meijer", email = "lieke.meijer@deltares.nl"},
]
dependencies = [
"hydromt >=0.4.1",
Expand All @@ -19,9 +19,11 @@ dependencies = [
"pygeos",
"rasterio",
"xarray",
"pydantic"
"pydantic",
"census",
"us"
]
requires-python = ">=3.8" # fix tests to support older versions
requires-python = ">=3.8"
readme = "README.rst"
classifiers = [
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down

0 comments on commit d1b6473

Please sign in to comment.