diff options
Diffstat (limited to '')
| -rw-r--r-- | textproc/py-nbsphinx/files/patch-pyproject.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/py-nbsphinx/files/patch-pyproject.toml b/textproc/py-nbsphinx/files/patch-pyproject.toml new file mode 100644 index 000000000000..7a55835be39f --- /dev/null +++ b/textproc/py-nbsphinx/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-11-28 17:40:20 UTC ++++ pyproject.toml +@@ -4,7 +4,7 @@ name = "nbsphinx" + + [project] + name = "nbsphinx" +-license = "MIT" ++license = {text = "MIT"} + dynamic = ["version"] + description = "Jupyter Notebook Tools for Sphinx" + readme = "README.rst" |
