Files
django-signposting/pyproject.toml
Daniel Bauer 74d2c9f10a initial commit
2024-08-15 21:22:25 +02:00

17 lines
369 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.0.1"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"Django>=3.0"
]