Skip to content

Commit e533fb1

Browse files
committed
update README.md
1 parent 495d985 commit e533fb1

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ Just add map widgets to your django admin forms.
8989

9090
![](https://cloud.githubusercontent.com/assets/1518272/26807500/ad0af4ea-4a4e-11e7-87d6-632f39e438f7.gif)
9191

92+
93+
##### MapBox Map Point Field Widget
94+
95+
![](https://user-images.githubusercontent.com/1518272/168497515-f97363f4-6860-410e-9e24-230a2c4233b7.png)
96+
97+
9298
##### Google Map Static Overlay Widget
9399
This widget is working with <a href="http://dimsemenov.com/plugins/magnific-popup/" target="_blank">Magnific Popup</a> jQuery plugin.
94100

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Django Map Widgets
1616
Configurable, pluggable and more user friendly map widgets for Django PostGIS fields.
1717

1818
.. note::
19-
Check the `project home page <https://github.com/erdem/django-map-widgets/>`_ for latest updates.
19+
Please check the `project home page <https://github.com/erdem/django-map-widgets/>`_ for latest updates.
2020

2121
* **Project Home Page** : `https://github.com/erdem/django-map-widgets <https://github.com/erdem/django-map-widgets/>`_.
2222
* **Documentation**: `http://django-map-widgets.readthedocs.io <http://django-map-widgets.readthedocs.io/>`_.

setup.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,18 @@
33
VERSION = (0, 4, 0)
44
__version__ = '.'.join(map(str, VERSION))
55

6+
7+
LONG_DESCRIPTION = """
8+
Configurable, pluggable and more user friendly map widgets for Django PostGIS fields.
9+
Please check the `project home page <https://github.com/erdem/django-map-widgets/>`_ for latest updates.
10+
"""
11+
12+
613
setup(
714
name='django-map-widgets',
815
version=__version__,
916
description='Map widgets for Django PostGIS fields',
10-
long_description='Configurable, pluggable and more user friendly map widgets for Django PostGIS fields.',
17+
long_description=LONG_DESCRIPTION,
1118
long_description_content_type='text/x-rst',
1219
author='Erdem Ozkol',
1320
author_email='[email protected]',
@@ -25,4 +32,3 @@
2532
'Programming Language :: Python',
2633
],
2734
)
28-

0 commit comments

Comments
 (0)