Skip to content
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

sdist-include option #296

Merged
merged 2 commits into from
Apr 29, 2020
Merged

sdist-include option #296

merged 2 commits into from
Apr 29, 2020

Conversation

ijl
Copy link
Contributor

@ijl ijl commented Apr 27, 2020

This allows including arbitrary data in source distributions
that will not appear in cargo list, namely vendored packages.

It feels hacky but I think it's needed for a vendored package or the one Python crate, one Rust crate use case in #291.

@konstin
Copy link
Member

konstin commented Apr 27, 2020

Thank you for the pull request! Clippy complains about one thing, otherwise the code looks good.

This allows including arbitrary data in source distributions
that will not appear in cargo list, namely vendored packages.
@ijl
Copy link
Contributor Author

ijl commented Apr 27, 2020

@konstin ok fixed and a changelog entry added.

@konstin
Copy link
Member

konstin commented Apr 29, 2020

Thank you!

@konstin konstin merged commit a234a2e into PyO3:master Apr 29, 2020
@ijl ijl deleted the sdist-include branch April 29, 2020 15:14
@ijl
Copy link
Contributor Author

ijl commented Apr 30, 2020

@konstin if you have time could you please tag a version for this?

@konstin
Copy link
Member

konstin commented Apr 30, 2020

Sure, I've tagged 0.8.1. Should be available as soon as ci passes.

@ijl
Copy link
Contributor Author

ijl commented Apr 30, 2020

@konstin thank you. I just tested the PEP 517 flow installing from PyPI, it works well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants