File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.22.2] ( https://github.com/nodejs/gyp-next/compare/v0.22.1...v0.22.2 ) (2026-04-22)
4+
5+
6+ ### Bug Fixes
7+
8+ * ** build:** Use SPDX license expression ([ #310 ] ( https://github.com/nodejs/gyp-next/issues/310 ) ) ([ ce0da4a] ( https://github.com/nodejs/gyp-next/commit/ce0da4a6dc1068b73e55e6a58a236bf69f2fed4d ) )
9+
310## [ 0.22.1] ( https://github.com/nodejs/gyp-next/compare/v0.22.0...v0.22.1 ) (2026-04-21)
411
512
Original file line number Diff line number Diff line change @@ -4,20 +4,20 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " gyp-next"
7- version = " 0.22.1 "
7+ version = " 0.22.2 "
88authors = [
99 { name =" Node.js contributors" , email =" ryzokuken@disroot.org" },
1010]
1111description = " A fork of the GYP build system for use in the Node.js projects"
1212readme = " README.md"
13- license = { file =" LICENSE" }
13+ license = " BSD-3-Clause"
14+ license-files = [" LICENSE" ]
1415requires-python = " >=3.9"
15- dependencies = [" packaging>=24.0" , " setuptools>=69.5.1 " ]
16+ dependencies = [" packaging>=24.0" , " setuptools>=77.0.3 " ]
1617classifiers = [
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" ,
You can’t perform that action at this time.
0 commit comments