Files
django-signposting/pyproject.toml
Daniel Bauer 7a421160b2 bump version
2024-08-15 23:15:23 +02:00

30 lines
571 B
TOML

[build-system]
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"
[project]
name = "django_signposting"
authors = [
{name = "Daniel Bauer", email = "github@dbauer.me"}
]
description = "Add FAIR signpostings to response headers"
version = "0.9.0"
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",
]
[pytest]
minversion = 6.0
addopts = "-ra -q"
testpaths = ["tests"]