Skip to content

Include Cargo.lock into sdist #748

Answered by messense
hombit asked this question in Q&A
Dec 17, 2021 · 2 comments · 10 replies
Discussion options

You must be logged in to vote

I think you can add Cargo.lock to it by adding the following content in your pyproject.toml

[tool.maturin]
sdist-include = ["Cargo.lock"]

But I do think maturin should do it automatically if user specified --locked or --frozen in cargo-extra-args.

Replies: 2 comments 10 replies

Comment options

You must be logged in to vote
8 replies
@hombit
Comment options

@messense
Comment options

@messense
Comment options

@hombit
Comment options

Comment options

You must be logged in to vote
2 replies
@messense
Comment options

@hombit
Comment options

Answer selected by hombit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants