Skip to content

Commit 794abbd

Browse files
authored
chore: adopt PEP-639 license metadata format (#328)
* 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. * Update pyproject.toml remove meaningless and strange changes
1 parent 9c24871 commit 794abbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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 = "scikit-build@googlegroups.com" },
1214
{ name = "Henry Schreiner", email = "henryfs@princeton.edu" },
@@ -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)