mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 00:31:16 +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",
|
||||
packages=find_packages(),
|
||||
tests_require=["pytest"],
|
||||
include_package_data=True,
|
||||
package_data={"isledecomp.lib": ["*.exe", "*.dll"]},
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user