pyo3/examples/rustapi_module/MANIFEST.in
Paul Ganssle c3fee87dee
Add custom sdist command to modify Cargo.toml
This enables PEP 517 builds from an sdist, and should fix `tox` builds
using `pip >= 19.0`. This does not fix pip installing the directory;
pinning to `pip < 19.0` is still the best strategy for that.
2019-04-25 07:06:26 -04:00

3 lines
58 B
Plaintext

include pyproject.toml Cargo.toml
recursive-include src *