diff --git a/README.md b/README.md
index 838a73f..6304853 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,16 @@
+
+
+
+
+
+
+
+ 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 @@
+
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 @@
+
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"