From 95131b41181157270d1b16744da5394e792e4c14 Mon Sep 17 00:00:00 2001 From: Aaron Madison Date: Sun, 21 Sep 2025 09:12:33 -0500 Subject: [PATCH] Peripheral: Remove build status from readme --- README.rst | 4 ---- README_kr.rst | 4 ---- setup.py | 1 + 3 files changed, 1 insertion(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 1176d516..eda70962 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 59e91398..184a57c9 100644 --- a/README_kr.rst +++ b/README_kr.rst @@ -10,10 +10,6 @@ 않은 경우 사용자는 마커를 올바른 지점으로 드래그 할 수 있으며 지리적 좌표가 업데이트됩니다. -상태 ---- - -|Build Status| 용법: ----- diff --git a/setup.py b/setup.py index fe85bc4f..0dcfa640 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,