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

6 lines
216 B
Plaintext

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