Skip to content

Commit

Permalink
Fixed package data errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aermoss committed Aug 29, 2024
1 parent afb4e4f commit 15b2401
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,10 @@ Issues = "https://github.com/Aermoss/PySDL3/issues"

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

[tool.setuptools.package-data]
"sdl3.bin.windows-x86_64" = ["*.dll"]
"sdl3.bin.linux-x86_64" = ["*.so"]
"sdl3.bin.linux-aarch64" = ["*.so"]
"sdl3.bin" = ["*.dll", "*.so", "*.dylib"]
"sdl3" = ["*.py"]

[tool.setuptools.exclude-package-data]
Expand Down

0 comments on commit 15b2401

Please sign in to comment.