mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-27 18:21:15 +00:00
Include exe and dll in package setup
This commit is contained in:
parent
9657002df3
commit
61a154acfa
@ -6,4 +6,6 @@
|
|||||||
description="Python tools for the isledecomp project",
|
description="Python tools for the isledecomp project",
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
tests_require=["pytest"],
|
tests_require=["pytest"],
|
||||||
|
include_package_data=True,
|
||||||
|
package_data={"isledecomp.lib": ["*.exe", "*.dll"]},
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user