Skip to content

Commit 268805d

Browse files
authored
fix(ci/cd): revert to use 'license' in pyproject.toml (#4435)
- 'license-files' is not supported by old setuptools yet Signed-off-by: Xiangce Liu <[email protected]>
1 parent 04a4f24 commit 268805d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers = [
1616
"Programming Language :: Python :: 3.11",
1717
"Programming Language :: Python :: 3.12",
1818
]
19-
license-files = ["LICENSE", "NOTICE"]
19+
license = {file = "LICENSE"}
2020
dynamic = ["version", "readme"]
2121
requires-python = ">=2.7"
2222
dependencies = [

0 commit comments

Comments
 (0)