Skip to content

Commit 9b5914e

Browse files
committed
Workaround for setuptools bug #4759
1 parent 8e6dcd3 commit 9b5914e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=61", "setuptools_scm[toml]", "wheel"]
2+
requires = ["setuptools>=75", "setuptools_scm[toml]"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -43,6 +43,7 @@ dev = [
4343
[tool.setuptools]
4444
zip-safe = false
4545
package-data = {"clr_loader.ffi" = ["dlls/x86/*.dll", "dlls/amd64/*.dll"]}
46+
license-files = []
4647

4748
[tool.setuptools.packages.find]
4849
include = ["clr_loader*"]

0 commit comments

Comments
 (0)