pyo3/examples/maturin-starter/.template/pre-script.rhai
2023-04-13 22:47:55 +01:00

5 lines
180 B
Plaintext

variable::set("PYO3_VERSION", "0.18.3");
file::rename(".template/Cargo.toml", "Cargo.toml");
file::rename(".template/pyproject.toml", "pyproject.toml");
file::delete(".template");