mirror of
https://github.com/dnlbauer/django-signposting.git
synced 2026-09-10 14:05:31 +00:00
add url
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user