From ef611d201ebdb0a6d3274dcf065c2b88586460b0 Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Thu, 15 Aug 2024 23:08:22 +0200 Subject: [PATCH] add url --- pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 34e0105..1a29ab8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,12 +8,16 @@ authors = [ {name = "Daniel Bauer", email = "github@dbauer.me"} ] description = "Add FAIR signpostings to response headers" -version = "0.0.1" +version = "0.0.2" readme = "README.md" requires-python = ">=3.10" dependencies = [ "Django>=3.0", ] + +[project.urls] +Homepage = "https://github.com/dnlbauer/django-signposting" + [project.optional-dependencies] dev = [ "pytest",