Include exe and dll in package setup

This commit is contained in:
disinvite 2023-12-15 22:16:18 -05:00
parent 9657002df3
commit 61a154acfa

View File

@ -6,4 +6,6 @@
description="Python tools for the isledecomp project",
packages=find_packages(),
tests_require=["pytest"],
include_package_data=True,
package_data={"isledecomp.lib": ["*.exe", "*.dll"]},
)