Skip to content

Comments

fix(python): set module-name in pyproject.toml to resolve maturin build error#137

Merged
beinan merged 1 commit intolance-format:mainfrom
beinan:fix/maturin-build-config
Feb 15, 2026
Merged

fix(python): set module-name in pyproject.toml to resolve maturin build error#137
beinan merged 1 commit intolance-format:mainfrom
beinan:fix/maturin-build-config

Conversation

@beinan
Copy link
Collaborator

@beinan beinan commented Feb 15, 2026

Summary

Explicitly set module-name = "lance_graph._internal" in pyproject.toml.
This fixes a build error where maturin was looking for _internal as a top-level module in the python source directory, instead of placing it inside the lance_graph package.

Test plan

  • Verified locally that maturin develop works correctly with this change.
  • CI should pass.

Made with Cursor

…ld error

Explicitly set `module-name = "lance_graph._internal"` in `pyproject.toml`.
This fixes a build error where maturin was looking for `_internal` as a
top-level module in the python source directory, instead of placing it
inside the `lance_graph` package.

Co-authored-by: Cursor <cursoragent@cursor.com>
@beinan beinan merged commit 17148d4 into lance-format:main Feb 15, 2026
2 checks passed
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.

2 participants