diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2024-01-15 23:36:18 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-01-15 23:39:32 +0100 |
commit | b9649ee34e793a7565e144288900f14290d125c0 (patch) | |
tree | ee26fc34f5249ce175db4c89a47e418b3e025017 | |
parent | cbb82ec7b9e950befa8d744725fd284e7798f7b2 (diff) | |
download | osm_where-b9649ee34e793a7565e144288900f14290d125c0.tar.gz |
Change communication.0.2.4
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | pyproject.toml | 4 |
2 files changed, 4 insertions, 6 deletions
@@ -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] |