Skip to content

Commit

Permalink
Merge pull request #32 from philiporlando/update-authors
Browse files Browse the repository at this point in the history
Add Brandon to authors lists
  • Loading branch information
philiporlando authored Nov 23, 2024
2 parents 321c480 + bafa876 commit d760b20
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"},
]
{ name = "Philip Orlando", email = "[email protected]" },
{ name = "Brandon Istenes", email = "[email protected]" },
]
homepage = "https://github.com/philiporlando/fgdb_to_gpkg"
repository = "https://github.com/philiporlando/fgdb_to_gpkg"

Expand All @@ -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 <[email protected]>"]
authors = [
"Philip Orlando <[email protected]>",
"Brandon Istenes <[email protected]>",
]
readme = "README.md"

[tool.poetry.dependencies]
Expand Down

0 comments on commit d760b20

Please sign in to comment.