aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2024-01-15 23:36:18 +0100
committerMatěj Cepl <mcepl@cepl.eu>2024-01-15 23:39:32 +0100
commitb9649ee34e793a7565e144288900f14290d125c0 (patch)
treeee26fc34f5249ce175db4c89a47e418b3e025017
parentcbb82ec7b9e950befa8d744725fd284e7798f7b2 (diff)
downloadosm_where-0.2.4.tar.gz
Change communication.0.2.4
-rw-r--r--README.md6
-rw-r--r--pyproject.toml4
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]