6 lines
226 B
Plaintext
6 lines
226 B
Plaintext
|
variable::set("PYO3_VERSION", "0.15.1");
|
||
|
file::rename(".template/Cargo.toml", "Cargo.toml");
|
||
|
file::rename(".template/pyproject.toml", "pyproject.toml");
|
||
|
file::rename(".template/tox.ini", "tox.ini");
|
||
|
file::delete(".template");
|