Skip to content

Commit ce0da4a

Browse files
authored
fix(build): Use SPDX license expression (#310)
1 parent a8ea818 commit ce0da4a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ 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.9"
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",

0 commit comments

Comments
 (0)