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