From 5962badbe05fb6eefebc8db9b9380128e331eb14 Mon Sep 17 00:00:00 2001 From: Johannes Maron Date: Thu, 18 Dec 2025 14:48:40 +0100 Subject: [PATCH] Update links --- README.md | 5 ++++- docs/index.rst | 17 +++++++++++++---- pyproject.toml | 7 +++++-- 3 files changed, 22 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6161da6c..b31818c3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,10 @@ Django Select2: Custom autocomplete fields for Django
- Documentation + Documentation | + Issues | + Changelog | + Funding 💚

# Django-Select2 diff --git a/docs/index.rst b/docs/index.rst index a6ef3d7f..aa679815 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,7 +1,3 @@ -################ - Django Select2 -################ - .. image:: https://github.com/codingjoe/django-select2/raw/main/images/logo-light.svg :align: center :alt: Django Select2: Custom autocomplete fields for Django @@ -12,6 +8,19 @@ :alt: Django Select2: Custom autocomplete fields for Django :class: only-dark +################ + Django Select2 +################ + +*Custom autocomplete fields for Django.* + +`Documentation`_ | `Issues`_ | `Changelog`_ | `Funding`_ 💚 + +.. _documentation: https://django-select2.rtfd.io/ +.. _issues: https://github.com/codingjoe/django-select2/issues/new/choose +.. _changelog: https://github.com/codingjoe/django-select2/releases +.. _funding: https://github.com/sponsors/codingjoe + ************** Installation ************** diff --git a/pyproject.toml b/pyproject.toml index f3cddbe6..d2f00366 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,11 +52,14 @@ docs = [ ] [project.urls] -Project-URL = "https://github.com/codingjoe/django-select2" +# https://packaging.python.org/en/latest/specifications/well-known-project-urls/#well-known-labels +Homepage = "https://github.com/codingjoe/django-select2" Changelog = "https://github.com/codingjoe/django-select2/releases" Source = "https://github.com/codingjoe/django-select2" +Releasenotes = "https://github.com/codingjoe/django-select2/releases/latest" Documentation = "https://django-select2.rtfd.io/" -Issue-Tracker = "https://github.com/codingjoe/django-select2/issues" +Issues = "https://github.com/codingjoe/django-select2/issues" +Funding = "https://github.com/sponsors/codingjoe" [tool.flit.module] name = "django_select2"