diff options
Diffstat (limited to 'textproc/py-sphinxcontrib-bibtex/files/patch-pyproject.toml')
-rw-r--r-- | textproc/py-sphinxcontrib-bibtex/files/patch-pyproject.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/py-sphinxcontrib-bibtex/files/patch-pyproject.toml b/textproc/py-sphinxcontrib-bibtex/files/patch-pyproject.toml new file mode 100644 index 000000000000..c65164a124d3 --- /dev/null +++ b/textproc/py-sphinxcontrib-bibtex/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-06-17 06:41:26 UTC ++++ pyproject.toml +@@ -5,7 +5,7 @@ version = "2.6.4" + [project] + name = "sphinxcontrib-bibtex" + version = "2.6.4" +-license = "BSD-2-Clause" ++license = { text = "BSD-2-Clause" } + description = "Sphinx extension for BibTeX style citations." + readme = "README.rst" + requires-python = ">=3.9" |