From 01e6df99f163c3e171911d28fd18318f229f9985 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Thu, 8 Dec 2022 14:15:29 +0100 Subject: Improve README, point specifically to communication via email. --- README.md | 7 ++++++- pyproject.toml | 2 +- 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" } -- cgit