We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e6dcd3 commit 9b5914eCopy full SHA for 9b5914e
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["setuptools>=61", "setuptools_scm[toml]", "wheel"]
+requires = ["setuptools>=75", "setuptools_scm[toml]"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
@@ -43,6 +43,7 @@ dev = [
43
[tool.setuptools]
44
zip-safe = false
45
package-data = {"clr_loader.ffi" = ["dlls/x86/*.dll", "dlls/amd64/*.dll"]}
46
+license-files = []
47
48
[tool.setuptools.packages.find]
49
include = ["clr_loader*"]
0 commit comments