mirror of
https://github.com/dnlbauer/django-signposting.git
synced 2026-09-10 14:05:31 +00:00
initial commit
This commit is contained in:
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
venv
|
||||||
|
django_signposting.egg-info/
|
||||||
|
dist
|
||||||
|
.idea
|
||||||
|
build
|
||||||
0
django_signposting/__init__.py
Normal file
0
django_signposting/__init__.py
Normal file
16
pyproject.toml
Normal file
16
pyproject.toml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
[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"
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user