Fix module descriptions.

This commit is contained in:
Sergey Vartanov 2022-06-25 21:00:48 +03:00
parent 18d475277d
commit c7811a3218
5 changed files with 5 additions and 12 deletions

View file

@ -1,6 +1,4 @@
""" """Map Machine: Python map renderer for OpenStreetMap with custom icon set."""
Map Machine project: simple Python map renderer for OpenStreetMap and icon set.
"""
__project__ = "Map Machine" __project__ = "Map Machine"
__description__ = ( __description__ = (

View file

@ -0,0 +1 @@
"""Drawing of separate map elements."""

View file

@ -1,3 +1 @@
""" """OpenStreetMap-specific things."""
OpenStreetMap-specific things.
"""

View file

@ -1,3 +1 @@
""" """Tiles generation for slippy maps."""
Tiles generation for slippy maps.
"""

View file

@ -1,3 +1 @@
""" """User interface."""
User interface.
"""