summaryrefslogtreecommitdiff
path: root/math/py-awkward-cpp/files/patch-pyproject.toml
blob: 61728bd4677c6146669749620698790300d37ec4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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]