diff options
Diffstat (limited to 'textproc/py-roman-numerals-py/files/patch-pyproject.toml')
| -rw-r--r-- | textproc/py-roman-numerals-py/files/patch-pyproject.toml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/py-roman-numerals-py/files/patch-pyproject.toml b/textproc/py-roman-numerals-py/files/patch-pyproject.toml new file mode 100644 index 000000000000..2b3d64df1d5b --- /dev/null +++ b/textproc/py-roman-numerals-py/files/patch-pyproject.toml @@ -0,0 +1,18 @@ +--- pyproject.toml.orig 2025-12-16 01:53:13 UTC ++++ pyproject.toml +@@ -1,5 +1,5 @@ + [build-system] +-requires = ["setuptools>=77"] ++requires = ["setuptools>=61"] + build-backend = "setuptools.build_meta" + + [project] +@@ -17,7 +17,7 @@ urls.Download = "https://pypi.org/project/roman-numera + ] + urls.Code = "https://github.com/AA-Turner/roman-numerals/" + urls.Download = "https://pypi.org/project/roman-numerals-py/" +-license = "0BSD or CC0-1.0" ++license = {text = "0BSD or CC0-1.0"} + requires-python = ">=3.10" + + [[project.authors]] |
