@@ -10,21 +10,24 @@ authors = [
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.8"
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" ,
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