Skip to content

Commit

Permalink
Merge pull request #39 from philiporlando/fix-project-urls-again
Browse files Browse the repository at this point in the history
Try different url labels within `pyproject.toml`
  • Loading branch information
philiporlando authored Nov 23, 2024
2 parents 8b5ad55 + a97a6df commit 7c44a30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
[project]
name = "fgdb-to-gpkg"
version = "0.3.1"
version = "0.3.2"
description = "A lightweight Python package that converts Esri File GeoDataBases into OGC GeoPackages"
authors = [
{ name = "Philip Orlando", email = "[email protected]" },
{ name = "Brandon Istenes", email = "[email protected]" },
]

[project.urls]
repository = "https://github.com/philiporlando/fgdb_to_gpkg"
issues = "https://github.com/philiporlando/fgdb_to_gpkg/issues"
Repository = "https://github.com/philiporlando/fgdb_to_gpkg"
Issues = "https://github.com/philiporlando/fgdb_to_gpkg/issues"

[project.dependencies]
fiona = "1.10.b2"
geopandas = "0.12.2"
[tool.poetry]
name = "fgdb-to-gpkg"
version = "0.3.1"
version = "0.3.2"
description = "A lightweight Python package that converts Esri File GeoDataBases into OGC GeoPackages"
authors = [
"Philip Orlando <[email protected]>",
Expand Down

0 comments on commit 7c44a30

Please sign in to comment.