Skip to content

Commit 6e4dc0f

Browse files
committed
Bump setuptools version in setup.py to use new licensing format
1 parent a51bed1 commit 6e4dc0f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"setuptools>=42",
3+
"setuptools>=77",
44
"wheel",
55
"ninja",
66
"cmake>=4.0",
@@ -18,7 +18,6 @@ authors = [
1818
]
1919
readme = "README.md"
2020
license = "Apache-2.0"
21-
license-files = ["LICENSE"]
2221
requires-python = ">=3.8"
2322
classifiers = [
2423
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)