From aafd404f904c7ccaf48a62f13f0427efb6bf25a3 Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Fri, 1 Nov 2024 13:10:07 +0100 Subject: [PATCH] add license to pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5e19f9d..17e8fd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "django_signposting" authors = [ {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" readme = "README.md" requires-python = ">=3.10" @@ -15,6 +15,7 @@ dependencies = [ "Django>=3.0", "signposting>=0.9.9", ] +license = {file= "LICENSE"} [project.urls] Homepage = "https://github.com/dnlbauer/django-signposting"