File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff 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" ]
4848requires-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 ]]
7578if.platform-system = " darwin"
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ build-backend = "hatchling.build"
99name = " awkward"
1010version = " 2.8.4"
1111description = " Manipulate JSON-like data with NumPy-like idioms."
12- license = { text = " BSD-3-Clause" }
12+ license = " BSD-3-Clause"
13+ license-files = [" LICENSE" ]
1314requires-python = " >=3.9"
1415authors = [
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" ,
You can’t perform that action at this time.
0 commit comments