0.8.0
This commit is contained in:
parent
e3dfed002e
commit
d86a168478
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
Django==1.10.5
|
Django==1.10.5
|
||||||
django-compressor==2.1.1
|
django-compressor==2.1.1
|
||||||
django-leaflet-storage==0.8.0rc13
|
django-leaflet-storage==0.8.0
|
||||||
Pillow==4.0.0
|
Pillow==4.0.0
|
||||||
psycopg2==2.6.2
|
psycopg2==2.6.2
|
||||||
requests==2.13.0
|
requests==2.13.0
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -18,7 +18,7 @@ with io.open('requirements.txt', encoding='utf-8') as reqs:
|
||||||
install_requires = [l for l in reqs.read().split('\n') if is_pkg(l)]
|
install_requires = [l for l in reqs.read().split('\n') if is_pkg(l)]
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="umap",
|
name="umap-project",
|
||||||
version=umap.__version__,
|
version=umap.__version__,
|
||||||
author=umap.__author__,
|
author=umap.__author__,
|
||||||
author_email=umap.__contact__,
|
author_email=umap.__contact__,
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
"Create maps with OpenStreetMap layers in a minute and embed them in your site."
|
"Create maps with OpenStreetMap layers in a minute and embed them in your site."
|
||||||
VERSION = (0, 8, 0, 'rc', 13)
|
VERSION = (0, 8, 0)
|
||||||
|
|
||||||
__author__ = 'Yohan Boniface'
|
__author__ = 'Yohan Boniface'
|
||||||
__contact__ = "ybon@openstreetmap.fr"
|
__contact__ = "ybon@openstreetmap.fr"
|
||||||
|
|
Loading…
Reference in a new issue