add license to pyproject.toml

This commit is contained in:
Daniel Bauer
2024-11-01 13:10:07 +01:00
parent 2014a4f024
commit aafd404f90

View File

@@ -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"