This commit is contained in:
Daniel Bauer
2024-08-15 23:08:22 +02:00
parent 7e7cec7e37
commit ef611d201e

View File

@@ -8,12 +8,16 @@ 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"
version = "0.0.1" version = "0.0.2"
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"
dependencies = [ dependencies = [
"Django>=3.0", "Django>=3.0",
] ]
[project.urls]
Homepage = "https://github.com/dnlbauer/django-signposting"
[project.optional-dependencies] [project.optional-dependencies]
dev = [ dev = [
"pytest", "pytest",