We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ea818 commit ce0da4aCopy full SHA for ce0da4a
1 file changed
pyproject.toml
@@ -10,14 +10,14 @@ authors = [
10
]
11
description = "A fork of the GYP build system for use in the Node.js projects"
12
readme = "README.md"
13
-license = { file="LICENSE" }
+license = "BSD-3-Clause"
14
+license-files = ["LICENSE"]
15
requires-python = ">=3.9"
-dependencies = ["packaging>=24.0", "setuptools>=69.5.1"]
16
+dependencies = ["packaging>=24.0", "setuptools>=77.0.3"]
17
classifiers = [
18
"Development Status :: 3 - Alpha",
19
"Environment :: Console",
20
"Intended Audience :: Developers",
- "License :: OSI Approved :: BSD License",
21
"Natural Language :: English",
22
"Programming Language :: Python",
23
"Programming Language :: Python :: 3",
0 commit comments