mirror of
https://github.com/dnlbauer/django-signposting.git
synced 2026-09-10 14:05:31 +00:00
add license to pyproject.toml
This commit is contained in:
@@ -7,7 +7,7 @@ name = "django_signposting"
|
|||||||
authors = [
|
authors = [
|
||||||
{name = "Daniel Bauer", email = "github@dbauer.me"}
|
{name = "Daniel Bauer", email = "github@dbauer.me"}
|
||||||
]
|
]
|
||||||
description = "Add FAIR signpostings to response headers"
|
description = "Add FAIR signpostings to response headers in Django"
|
||||||
version = "0.10.0"
|
version = "0.10.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
@@ -15,6 +15,7 @@ dependencies = [
|
|||||||
"Django>=3.0",
|
"Django>=3.0",
|
||||||
"signposting>=0.9.9",
|
"signposting>=0.9.9",
|
||||||
]
|
]
|
||||||
|
license = {file= "LICENSE"}
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://github.com/dnlbauer/django-signposting"
|
Homepage = "https://github.com/dnlbauer/django-signposting"
|
||||||
|
|||||||
Reference in New Issue
Block a user