Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ address, have the address geocoded on change and plotted on the map. If
the location is not 100% correct, the user can drag the marker to the
correct spot and the geo coordinates will update.

Status
~~~~~~

|Build Status|

USAGE:
------
Expand Down
4 changes: 0 additions & 4 deletions README_kr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
않은 경우 사용자는 마커를 올바른 지점으로 드래그 할 수 있으며 지리적
좌표가 업데이트됩니다.

상태
---

|Build Status|

용법:
-----
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
author_email="aaron.l.madison@gmail.com",
description="Plugs google maps V3 api into Django admin.",
long_description=LONG_DESCRIPTION,
long_description_content_type='text/x-rst',
url="https://github.com/madisona/django-google-maps",
packages=("django_google_maps",),
include_package_data=True,
Expand Down