Skip to content

Commit

Permalink
Workaround for setuptools bug #4759
Browse files Browse the repository at this point in the history
  • Loading branch information
filmor committed Dec 12, 2024
1 parent 8e6dcd3 commit 9b5914e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=61", "setuptools_scm[toml]", "wheel"]
requires = ["setuptools>=75", "setuptools_scm[toml]"]
build-backend = "setuptools.build_meta"

[project]
Expand Down Expand Up @@ -43,6 +43,7 @@ dev = [
[tool.setuptools]
zip-safe = false
package-data = {"clr_loader.ffi" = ["dlls/x86/*.dll", "dlls/amd64/*.dll"]}
license-files = []

[tool.setuptools.packages.find]
include = ["clr_loader*"]
Expand Down

0 comments on commit 9b5914e

Please sign in to comment.