Bump setuptools version in setup.py to use new licensing format

This commit is contained in:
Pragyansh Chaturvedi
2025-11-11 10:13:41 +05:30
parent a51bed14ca
commit 6e4dc0f5aa

View File

@ -1,6 +1,6 @@
[build-system]
requires = [
"setuptools>=42",
"setuptools>=77",
"wheel",
"ninja",
"cmake>=4.0",
@ -18,7 +18,6 @@ authors = [
]
readme = "README.md"
license = "Apache-2.0"
license-files = ["LICENSE"]
requires-python = ">=3.8"
classifiers = [
"Development Status :: 3 - Alpha",