Skip to content

Commit 83747ec

Browse files
committed
chore: adopt PEP-639 license metadata format
Replace classifiers-based license declaration with PEP-639 style. Also, declaration of BSD License has been removed, as it appears to have been included accidentally.
1 parent 2db4053 commit 83747ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[build-system]
1+
macs [build-system]
22
requires = ["scikit-build-core>=0.10"]
33
build-backend = "backend"
44
backend-path = ["_build_backend"]
@@ -7,6 +7,8 @@ backend-path = ["_build_backend"]
77
name = "ninja"
88
dynamic = ["version", "readme"]
99
description = "Ninja is a small build system with a focus on speed"
10+
license = "Apache-2.0"
11+
license-files = ["LICENSE_Apache_20"]
1012
authors = [
1113
{ name = "Jean-Christophe Fillion-Robin", email = "[email protected]" },
1214
{ name = "Henry Schreiner", email = "[email protected]" },
@@ -22,8 +24,6 @@ keywords = [
2224
classifiers = [
2325
"Development Status :: 5 - Production/Stable",
2426
"Intended Audience :: Developers",
25-
"License :: OSI Approved :: Apache Software License",
26-
"License :: OSI Approved :: BSD License",
2727
"Operating System :: OS Independent",
2828
"Programming Language :: C",
2929
"Programming Language :: C++",

0 commit comments

Comments
 (0)