Commit 17148d4
fix(python): set module-name in pyproject.toml to resolve maturin build error (lance-format#137)
## 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](https://cursor.com)
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent c248af2 commit 17148d4
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
0 commit comments