Commit 0c82b3f
authored
chore: update to maturin's recommended project layout for rust/python… (#695)
* chore: update to maturin's recommended project layout for rust/python projects
The previous layout leads to an import error when installing with `maturin build` and `pip install .`.
This error was common enough that `maturin` changed the recommended project layout to what this commit does.
A prior PR attempted to solve this by altering `lib.name` in Cargo.toml, but that did not work for me.
- [Prior PR](#694)
- [maturin ImportError issue](PyO3/maturin#490)
- [maturin changes recommended project structure](PyO3/maturin#855)
* ci: update `ruff check` for nested python directory1 parent 01a370e commit 0c82b3f
File tree
29 files changed
+2
-1
lines changed- .github/workflows
- python/datafusion
- input
- tests
- data_test_context
29 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments