From 63ba479473c0f804cb3879bf66e4f49766df7797 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Sat, 21 Jan 2023 13:54:26 +0100 Subject: Correct project metadata in pyproject.toml. --- pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 56ff255..89ddfbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "osm_where" description = "Get geo: URI for given locality from OSM" -version = "0.2.2" +version = "0.2.3" requires-python = ">=3.6" authors = [ { name = "Matěj Cepl", email = "mcepl@cepl.eu" } @@ -24,6 +24,10 @@ classifiers = [ [project.scripts] osm_where = "osm_where:main" +[project.urls] +homepage = "https://sr.ht/~mcepl/osm_where/" +repository = "https://git.sr.ht/~mcepl/osm_where" + [build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" -- cgit