pyo3/examples/setuptools-rust-starter/.template/pre-script.rhai

5 lines
170 B
Plaintext

variable::set("PYO3_VERSION", "0.19.0");
file::rename(".template/Cargo.toml", "Cargo.toml");
file::rename(".template/setup.cfg", "setup.cfg");
file::delete(".template");