File tree Expand file tree Collapse file tree 4 files changed +61
-1
lines changed
Expand file tree Collapse file tree 4 files changed +61
-1
lines changed Original file line number Diff line number Diff line change 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
316A lightweight file upload input for Django and Amazon S3.
Original file line number Diff line number Diff 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 ]
5461name = " s3file"
You can’t perform that action at this time.
0 commit comments