From a97a6dfc824ed5389965b67f3adbe081ef49daa8 Mon Sep 17 00:00:00 2001 From: philiporlando Date: Fri, 22 Nov 2024 23:21:55 -0800 Subject: [PATCH] try different url labels --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b3555a4..298e411 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [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 = "phlp.orlando@gmail.com" }, @@ -8,15 +8,15 @@ authors = [ ] [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 ",