Skip to content

Commit

Permalink
Fix missing .py files in sdist package
Browse files Browse the repository at this point in the history
  • Loading branch information
Baekalfen committed Apr 22, 2024
1 parent bdc845a commit b8d1d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ build-backend = "setuptools.build_meta"
[tool.setuptools]
include-package-data = true
zip-safe = false
packages = ["pyboy"]
packages = ["pyboy", "pyboy.api", "pyboy.core", "pyboy.core.cartridge", "pyboy.logging", "pyboy.plugins"]

[tool.setuptools.package-data]
"*" = [
Expand Down

0 comments on commit b8d1d86

Please sign in to comment.