aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 89ddfbc..7a73955 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.3"
+version = "0.2.4"
requires-python = ">=3.6"
authors = [
{ name = "Matěj Cepl", email = "mcepl@cepl.eu" }
@@ -25,7 +25,7 @@ classifiers = [
osm_where = "osm_where:main"
[project.urls]
-homepage = "https://sr.ht/~mcepl/osm_where/"
+homepage = "https://redcrew.org/cgit/osm_where.git"
repository = "https://git.sr.ht/~mcepl/osm_where"
[build-system]