Skip to content

Commit

Permalink
Merge pull request #56 from edoburu/feature/package-meta
Browse files Browse the repository at this point in the history
Update package meta information
  • Loading branch information
timobrembeck authored Sep 26, 2023
2 parents 486796a + 8cc9f6f commit 93a392a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[project]
authors = [
{ name = "Diederik van der Boor", email = "opensource@edoburu.nl" },
{ name = "Timo Ludwig", email = "ti.ludwig@web.de" }
{ name = "Timo Brembeck", email = "opensource@timo.brembeck.email" },
]
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand Down Expand Up @@ -34,6 +34,9 @@
dynamic = ["version"]
keywords = ["django", "docstrings", "extension", "sphinx"]
license = { text = "Apache2 2.0 License" }
maintainers = [
{ name = "Timo Brembeck", email = "opensource@timo.brembeck.email" },
]
name = "sphinxcontrib-django"
readme = "README.rst"
requires-python = ">=3.7"
Expand Down

0 comments on commit 93a392a

Please sign in to comment.