diff --git a/README.rst b/README.rst index 1176d51..eda7096 100644 --- a/README.rst +++ b/README.rst @@ -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: ------ diff --git a/README_kr.rst b/README_kr.rst index 59e9139..184a57c 100644 --- a/README_kr.rst +++ b/README_kr.rst @@ -10,10 +10,6 @@ 않은 경우 사용자는 마커를 올바른 지점으로 드래그 할 수 있으며 지리적 좌표가 업데이트됩니다. -상태 ---- - -|Build Status| 용법: ----- diff --git a/setup.py b/setup.py index fe85bc4..0dcfa64 100644 --- a/setup.py +++ b/setup.py @@ -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,