Skip to content

Commit 7536b19

Browse files
committed
Nest Python sources under python/
Per PyO3/maturin#490 and PyO3/maturin#855, this avoids problems when importing from the project dir.
1 parent 12703ee commit 7536b19

File tree

6 files changed

+3
-0
lines changed

6 files changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ lto = true
2424
codegen-units = 1
2525
incremental = false
2626
rpath = false
27+
28+
[package.metadata.maturin]
29+
python-source = "python"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)