From 5e310870efd95ee90a3bde87ccb3d7a4a4390d51 Mon Sep 17 00:00:00 2001 From: Johannes Maron Date: Thu, 18 Dec 2025 18:25:42 +0100 Subject: [PATCH] Update readme and project links --- README.md | 13 +++++++++++++ images/logo-dark.svg | 20 ++++++++++++++++++++ images/logo-light.svg | 20 ++++++++++++++++++++ pyproject.toml | 9 ++++++++- 4 files changed, 61 insertions(+), 1 deletion(-) create mode 100644 images/logo-dark.svg create mode 100644 images/logo-light.svg diff --git a/README.md b/README.md index 838a73f..6304853 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ +

+ + + + Django S3file: A lightweight file upload input for Django and Amazon S3 + +
+ Documentation | + Issues | + Changelog | + Funding 💚 +

+ # django-s3file A lightweight file upload input for Django and Amazon S3. diff --git a/images/logo-dark.svg b/images/logo-dark.svg new file mode 100644 index 0000000..1902589 --- /dev/null +++ b/images/logo-dark.svg @@ -0,0 +1,20 @@ + + + + + + + + + Django + + + S3 + + + file + + + Direct file uploads to Amazon S3 + + diff --git a/images/logo-light.svg b/images/logo-light.svg new file mode 100644 index 0000000..de5d066 --- /dev/null +++ b/images/logo-light.svg @@ -0,0 +1,20 @@ + + + + + + + + + Django + + + S3 + + + file + + + Direct file uploads to Amazon S3 + + diff --git a/pyproject.toml b/pyproject.toml index c6db4d5..5add2e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,14 @@ test = [ ] [project.urls] -Project-URL = "https://github.com/codingjoe/django-s3file" +# https://packaging.python.org/en/latest/specifications/well-known-project-urls/#well-known-labels +Homepage = "https://github.com/codingjoe/django-s3file" +Changelog = "https://github.com/codingjoe/django-s3file/releases" +Source = "https://github.com/codingjoe/django-s3file" +Releasenotes = "https://github.com/codingjoe/django-s3file/releases/latest" +Documentation = "https://github.com/codingjoe/django-s3file?tab=readme-ov-file" +Issues = "https://github.com/codingjoe/django-s3file/issues" +Funding = "https://github.com/sponsors/codingjoe" [tool.flit.module] name = "s3file"