umap/youmap/__init__.py

8 lines
270 B
Python
Raw Normal View History

2012-11-22 04:55:22 -06:00
"Create maps with OpenStreetMap layers in a minute and embed them in your site."
VERSION = (0, 0, 1)
__author__ = 'Yohan Boniface'
__contact__ = "yb@enix.org"
__homepage__ = "https://bitbucket.org/yohanboniface/youmap_project"
__version__ = ".".join(map(str, VERSION))