Skip to content

Commit 5f17e1b

Browse files
committed
fix(build): Use SPDX license expression
1 parent 5b180d5 commit 5f17e1b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pyproject.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,24 @@ authors = [
1010
]
1111
description = "A fork of the GYP build system for use in the Node.js projects"
1212
readme = "README.md"
13-
license = { file="LICENSE" }
13+
license = "BSD-3-Clause"
14+
license-files = ["LICENSE"]
1415
requires-python = ">=3.8"
15-
dependencies = ["packaging>=24.0", "setuptools>=69.5.1"]
16+
dependencies = ["packaging>=24.0", "setuptools>=77.0.3"]
1617
classifiers = [
1718
"Development Status :: 3 - Alpha",
1819
"Environment :: Console",
1920
"Intended Audience :: Developers",
20-
"License :: OSI Approved :: BSD License",
2121
"Natural Language :: English",
2222
"Programming Language :: Python",
2323
"Programming Language :: Python :: 3",
2424
"Programming Language :: Python :: 3.8",
2525
"Programming Language :: Python :: 3.9",
2626
"Programming Language :: Python :: 3.10",
2727
"Programming Language :: Python :: 3.11",
28+
"Programming Language :: Python :: 3.12",
29+
"Programming Language :: Python :: 3.13",
30+
"Programming Language :: Python :: 3.14",
2831
]
2932

3033
[project.optional-dependencies]

0 commit comments

Comments
 (0)