Skip to content

Commit

Permalink
Add scip* to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Opt-Mucca committed Nov 24, 2023
1 parent d297153 commit 0bd5775
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
# arch: x86_64
- os: macos-latest
arch: arm64
- os: macos-latest
arch: x86_64
# - os: windows-latest
# arch: AMD64

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,5 @@
ext_modules=extensions,
packages=["pyscipopt"],
package_dir={"pyscipopt": packagedir},
package_data={"pyscipopt": ["scip.pyx", "scip.pxd", "*.pxi"]},
package_data={"pyscipopt": ["scip.pyx", "scip.pxd", "*.pxi", "scip/*"]},
)

0 comments on commit 0bd5775

Please sign in to comment.