-
-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cargo path with pyproject.toml #241
Comments
Could you move the |
That's the issue, I actually don't want to move it up there :( and would like to keep things separated. |
For the two cases where you actually need a pyproject.toml (installing from an sdist and installing from git or a directory), the pyproject.toml needs to be in the project root anyway, so I only want to support that case. |
Seems fair, thanks for your help and the quick support :) |
I wish to package a third-party crate that I clone as git submodule and thus I can't/don't want to modify. So I'd like to have my pyproject.toml file in a different directory from the upstream Cargo.toml, and specify a |
@anthrotype Opened #781 |
@messense thank you! |
Hello,
my project has a structure similar to this
The
build.sh
just executesmaturin
But I'd like to use
pyproject.toml
for this.Unfortunately I'm unable to set the
manifest-path
option from there. Is this something possible? I tried something like this but it doesn't work.The text was updated successfully, but these errors were encountered: