mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-06 10:09:52 +02:00
Rename Röntgen to Map Machine.
This commit is contained in:
parent
38c4e00de3
commit
2bd89a6539
57 changed files with 252 additions and 236 deletions
14
map_machine/__init__.py
Normal file
14
map_machine/__init__.py
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue