Skip to content

Commit

Permalink
Python wrapper: Add enums header to package
Browse files Browse the repository at this point in the history
  • Loading branch information
Level3Manatee committed Sep 24, 2024
1 parent c118c92 commit 3abcaf7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion wrappers/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@
setup(
packages=["libmipflooding"],
package_dir={"libmipflooding": "."},
package_data={"libmipflooding": ["binaries/libmipflooding.dll", "binaries/libmipflooding.so", "binaries/libmipflooding_extern_c.h"]}
package_data={"libmipflooding": [
"binaries/libmipflooding.dll",
"binaries/libmipflooding.so",
"binaries/libmipflooding_extern_c.h",
"binaries/libmipflooding_enums.h"
]}
)

0 comments on commit 3abcaf7

Please sign in to comment.