diff options
Diffstat (limited to 'math/py-awkward-cpp/files')
-rw-r--r-- | math/py-awkward-cpp/files/patch-pyproject.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/math/py-awkward-cpp/files/patch-pyproject.toml b/math/py-awkward-cpp/files/patch-pyproject.toml new file mode 100644 index 000000000000..61728bd4677c --- /dev/null +++ b/math/py-awkward-cpp/files/patch-pyproject.toml @@ -0,0 +1,12 @@ +--- pyproject.toml.orig 2025-07-03 22:14:18 UTC ++++ pyproject.toml +@@ -43,8 +43,7 @@ classifiers = [ + "Topic :: Software Development", + "Topic :: Utilities", + ] +-license = "BSD-3-Clause AND MIT" +-license-files = ["LICENSE", "rapidjson/license.txt"] ++license = {text = "BSD-3-Clause"} + requires-python = ">=3.9" + + [project.urls] |