Skip to content

Commit f3d72e8

Browse files
committed
Update readme and project links
1 parent 626d77e commit f3d72e8

File tree

4 files changed

+61
-1
lines changed

4 files changed

+61
-1
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<p align="center">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/codingjoe/django-s3file/raw/main/images/logo-dark.svg">
4+
<source media="(prefers-color-scheme: light)" srcset="https://github.com/codingjoe/django-s3file/raw/main/images/logo-light.svg">
5+
<img alt="Django S3file: A lightweight file upload input for Django and Amazon S3" src="https://github.com/codingjoe/django-s3file/raw/main/images/logo-light.svg">
6+
</picture>
7+
<br>
8+
<a href="https://github.com/codingjoe/django-s3file?tab=readme-ov-file">Documentation</a> |
9+
<a href="https://github.com/codingjoe/django-s3file/issues/new/choose">Issues</a> |
10+
<a href="https://github.com/codingjoe/django-s3file/releases">Changelog</a> |
11+
<a href="https://github.com/sponsors/codingjoe">Funding</a> 💚
12+
</p>
13+
114
# django-s3file
215

316
A lightweight file upload input for Django and Amazon S3.

images/logo-dark.svg

Lines changed: 20 additions & 0 deletions
Loading

images/logo-light.svg

Lines changed: 20 additions & 0 deletions
Loading

pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,14 @@ test = [
4848
]
4949

5050
[project.urls]
51-
Project-URL = "https://github.com/codingjoe/django-s3file"
51+
# https://packaging.python.org/en/latest/specifications/well-known-project-urls/#well-known-labels
52+
Homepage = "https://github.com/codingjoe/django-s3file"
53+
Changelog = "https://github.com/codingjoe/django-s3file/releases"
54+
Source = "https://github.com/codingjoe/django-s3file"
55+
Releasenotes = "https://github.com/codingjoe/django-s3file/releases/latest"
56+
Documentation = "https://github.com/codingjoe/django-s3file?tab=readme-ov-file"
57+
Issues = "https://github.com/codingjoe/django-s3file/issues"
58+
Funding = "https://github.com/sponsors/codingjoe"
5259

5360
[tool.flit.module]
5461
name = "s3file"

0 commit comments

Comments
 (0)