We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 486796a + 8cc9f6f commit 93a392aCopy full SHA for 93a392a
pyproject.toml
@@ -5,7 +5,7 @@
5
[project]
6
authors = [
7
{ name = "Diederik van der Boor", email = "opensource@edoburu.nl" },
8
- { name = "Timo Ludwig", email = "ti.ludwig@web.de" }
+ { name = "Timo Brembeck", email = "opensource@timo.brembeck.email" },
9
]
10
classifiers = [
11
"Development Status :: 5 - Production/Stable",
@@ -34,6 +34,9 @@
34
dynamic = ["version"]
35
keywords = ["django", "docstrings", "extension", "sphinx"]
36
license = { text = "Apache2 2.0 License" }
37
+ maintainers = [
38
39
+ ]
40
name = "sphinxcontrib-django"
41
readme = "README.rst"
42
requires-python = ">=3.7"
0 commit comments