From b9649ee34e793a7565e144288900f14290d125c0 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Mon, 15 Jan 2024 23:36:18 +0100 Subject: Change communication. --- README.md | 6 ++---- pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f9e00dd..78cb8f0 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,5 @@ python src/osm_where.py --name Kropyvnytskyi ``` All issues, questions, complaints, or (even better!) patches -should be send via email to -[~mcepl/devel@lists.sr.ht](mailto:~mcepl/devel@lists.sr.ht) email -list (for patches use [git -send-email](https://git-send-email.io/)). +should be send via [email to me](mailto:mcepl@cepl.eu) (for +patches use [git send-email](https://git-send-email.io/)). 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] -- cgit