pyo3/examples/rustapi_module
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
..
rustapi_module Move rustapi_module into examples 2018-08-21 18:33:33 -04:00
src Support rust extensions for PyPy via cpyext (#393) 2019-04-23 13:18:42 +02:00
tests Support rust extensions for PyPy via cpyext (#393) 2019-04-23 13:18:42 +02:00
Cargo.toml Migrate to rust 2018 2019-02-01 14:23:29 +01:00
MANIFEST.in Add custom sdist command to modify Cargo.toml 2019-04-25 07:06:26 -04:00
pyproject.toml Add custom sdist command to modify Cargo.toml 2019-04-25 07:06:26 -04:00
requirements-dev.txt Fix CI 2018-11-11 18:13:33 +01:00
setup.py Add custom sdist command to modify Cargo.toml 2019-04-25 07:06:26 -04:00
tox.ini Support rust extensions for PyPy via cpyext (#393) 2019-04-23 13:18:42 +02:00