diff options
Diffstat (limited to 'devel/py-condense-json/files')
-rw-r--r-- | devel/py-condense-json/files/patch-pyproject.toml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/py-condense-json/files/patch-pyproject.toml b/devel/py-condense-json/files/patch-pyproject.toml new file mode 100644 index 000000000000..1c07aa6b37ed --- /dev/null +++ b/devel/py-condense-json/files/patch-pyproject.toml @@ -0,0 +1,20 @@ +--- pyproject.toml.orig 2025-06-10 15:09:59 UTC ++++ pyproject.toml +@@ -5,14 +5,15 @@ authors = [{name = "Simon Willison"}] + readme = "README.md" + requires-python = ">=3.9" + authors = [{name = "Simon Willison"}] +-license = "Apache-2.0" ++license = { text = "Apache-2.0" } ++ + classifiers = [ + "Typing :: Typed" + ] + dependencies = [] + + [build-system] +-requires = ["setuptools"] ++requires = ["setuptools>=61"] + build-backend = "setuptools.build_meta" + + [project.urls] |