pyo3/examples/maturin-starter/.template/pre-script.rhai

6 lines
226 B
Plaintext
Raw Normal View History

2022-02-17 07:41:25 +00:00
variable::set("PYO3_VERSION", "0.16.0");
file::rename(".template/Cargo.toml", "Cargo.toml");
file::rename(".template/pyproject.toml", "pyproject.toml");
file::rename(".template/tox.ini", "tox.ini");
file::delete(".template");