diff --git a/pyproject.toml b/pyproject.toml index b0c2bb3..8d5c39d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,8 +3,9 @@ name = "fgdb-to-gpkg" version = "0.2.2" description = "A lightweight Python package that converts Esri File GeoDataBases into OGC GeoPackages" authors = [ - {name = "Philip Orlando", email = "phlp.orlando@gmail.com"}, - ] + { name = "Philip Orlando", email = "phlp.orlando@gmail.com" }, + { name = "Brandon Istenes", email = "bistenes@gmail.com" }, +] homepage = "https://github.com/philiporlando/fgdb_to_gpkg" repository = "https://github.com/philiporlando/fgdb_to_gpkg" @@ -15,7 +16,10 @@ geopandas = "0.12.2" name = "fgdb-to-gpkg" version = "0.2.2" description = "A lightweight Python package that converts Esri File GeoDataBases into OGC GeoPackages" -authors = ["Philip Orlando "] +authors = [ + "Philip Orlando ", + "Brandon Istenes ", +] readme = "README.md" [tool.poetry.dependencies]