Rename Röntgen to Map Machine.

This commit is contained in:
Sergey Vartanov 2021-09-08 03:55:16 +03:00
parent 38c4e00de3
commit 2bd89a6539
57 changed files with 252 additions and 236 deletions

14
map_machine/__init__.py Normal file
View file

@ -0,0 +1,14 @@
"""
Map Machine project: simple Python map renderer for OpenStreetMap and icon set.
"""
__project__ = "Map Machine"
__description__ = (
"Simple Python map renderer for OpenStreetMap with custom icon set "
"intended to display as many tags as possible"
)
__url__ = "https://github.com/enzet/map-machine"
__doc_url__ = f"{__url__}/blob/main/README.md"
__author__ = "Sergey Vartanov"
__email__ = "me@enzet.ru"
__version__ = "0.1.3"