diff options
Diffstat (limited to 'textproc/py-sphinx-sitemap/files/patch-pyproject.toml')
-rw-r--r-- | textproc/py-sphinx-sitemap/files/patch-pyproject.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/py-sphinx-sitemap/files/patch-pyproject.toml b/textproc/py-sphinx-sitemap/files/patch-pyproject.toml new file mode 100644 index 000000000000..aadc7d6aeee1 --- /dev/null +++ b/textproc/py-sphinx-sitemap/files/patch-pyproject.toml @@ -0,0 +1,12 @@ +--- pyproject.toml.orig 2025-06-27 00:31:35 UTC ++++ pyproject.toml +@@ -20,8 +20,7 @@ classifiers = [ + "Programming Language :: Python :: 3.11", + "Topic :: Documentation :: Sphinx", + ] +-license = "MIT" +-license-files = ["LICENSE"] ++license = {text = "MIT"} + readme = "README.rst" + dependencies = [ + "sphinx-last-updated-by-git", |