Skip to content

fix: recursively include miplib subpackages in built distribution - #49

Merged
sakoho81 merged 1 commit into
publicfrom
fix/packaging-recursive-packages
Aug 17, 2026
Merged

sakoho81 merged 1 commit into
publicfrom
fix/packaging-recursive-packages

Conversation

@sakoho81

Copy link
Copy Markdown
Owner

packages = ["miplib"] was non-recursive and silently dropped analysis, bin, data, processing, psf, ui, and utils from the built wheel, even though they're part of the source tree with a working API. Switch to setuptools' package discovery so all subpackages ship.

packages = ["miplib"] was non-recursive and silently dropped
analysis, bin, data, processing, psf, ui, and utils from the built
wheel, even though they're part of the source tree with a working
API. Switch to setuptools' package discovery so all subpackages ship.
@sakoho81
sakoho81 merged commit 61c9469 into public Aug 17, 2026
6 checks passed
@sakoho81
sakoho81 deleted the fix/packaging-recursive-packages branch August 17, 2026 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant