Skip to content

Commit 473029b

Browse files
authored
chore: use PEP 639 license (#3559)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent 312c037 commit 473029b

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

awkward-cpp/pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ classifiers = [
2424
"Intended Audience :: Developers",
2525
"Intended Audience :: Information Technology",
2626
"Intended Audience :: Science/Research",
27-
"License :: OSI Approved :: BSD License",
2827
"Operating System :: MacOS :: MacOS X",
2928
"Operating System :: Microsoft :: Windows",
3029
"Operating System :: POSIX :: Linux",
@@ -44,7 +43,8 @@ classifiers = [
4443
"Topic :: Software Development",
4544
"Topic :: Utilities",
4645
]
47-
license = {text = "BSD-3-Clause"}
46+
license = "BSD-3-Clause AND MIT"
47+
license-files = ["LICENSE", "rapidjson/license.txt"]
4848
requires-python = ">=3.9"
4949

5050
[project.urls]
@@ -70,6 +70,9 @@ sdist.include = [
7070
"tests-cpu-kernels",
7171
"tests-cpu-kernels-explicit"
7272
]
73+
sdist.exclude = [
74+
"rapidjson/bin",
75+
]
7376

7477
[[tool.scikit-build.overrides]]
7578
if.platform-system = "darwin"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ build-backend = "hatchling.build"
99
name = "awkward"
1010
version = "2.8.4"
1111
description = "Manipulate JSON-like data with NumPy-like idioms."
12-
license = { text = "BSD-3-Clause" }
12+
license = "BSD-3-Clause"
13+
license-files = ["LICENSE"]
1314
requires-python = ">=3.9"
1415
authors = [
1516
{ name = "Jim Pivarski", email = "jpivarski@gmail.com" },
@@ -19,7 +20,6 @@ classifiers = [
1920
"Intended Audience :: Developers",
2021
"Intended Audience :: Information Technology",
2122
"Intended Audience :: Science/Research",
22-
"License :: OSI Approved :: BSD License",
2323
"Operating System :: MacOS :: MacOS X",
2424
"Operating System :: Microsoft :: Windows",
2525
"Operating System :: POSIX :: Linux",

0 commit comments

Comments
 (0)