Skip to content

Commit 15b2401

Browse files
committed
Fixed package data errors.
1 parent afb4e4f commit 15b2401

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,10 @@ Issues = "https://github.com/Aermoss/PySDL3/issues"
3232

3333
[tool.setuptools]
3434
packages = ["sdl3", "sdl3.bin", "sdl3.bin.windows-x86_64", "sdl3.bin.linux-x86_64", "sdl3.bin.linux-aarch64"]
35-
include-package-data = false
35+
include-package-data = true
3636

3737
[tool.setuptools.package-data]
38-
"sdl3.bin.windows-x86_64" = ["*.dll"]
39-
"sdl3.bin.linux-x86_64" = ["*.so"]
40-
"sdl3.bin.linux-aarch64" = ["*.so"]
38+
"sdl3.bin" = ["*.dll", "*.so", "*.dylib"]
4139
"sdl3" = ["*.py"]
4240

4341
[tool.setuptools.exclude-package-data]

0 commit comments

Comments
 (0)