aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2022-12-08 14:15:29 +0100
committerMatěj Cepl <mcepl@cepl.eu>2022-12-08 14:22:49 +0100
commit01e6df99f163c3e171911d28fd18318f229f9985 (patch)
treec251cde6aee8ba4f18dad64519a893df5a450101
parenta7d6be85f52b65df7527c42f02fa5b3c9b05152b (diff)
downloadosm_where-01e6df99f163c3e171911d28fd18318f229f9985.tar.gz
Improve README, point specifically to communication via email.
-rw-r--r--README.md7
-rw-r--r--pyproject.toml2
2 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index efa3827..fc4c3c5 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,11 @@ osm_where
=========
Simple tool to get [GeoURI](https://geouri.org/) for given
-relation referred by the English name.
+location identified by URL or by its name (not 100% reliable, as
+we don’t have any interface to choose between multiple options).
Currently defaults to looking at Ukraine.
+
+All issues, questions, complaints, or (even better!) patches
+should be send via email to mcepl at cepl do eu (use [git
+send-email](https://git-send-email.io/) for it).
diff --git a/pyproject.toml b/pyproject.toml
index 14ca5c3..56ff255 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.1"
+version = "0.2.2"
requires-python = ">=3.6"
authors = [
{ name = "Matěj Cepl", email = "mcepl@cepl.eu" }