Remove stale references to tox.ini from template substitution scripts.

This commit is contained in:
Adam Reichold 2023-03-05 09:15:24 +01:00
parent c28edd0a81
commit 39d19113fa
5 changed files with 1 additions and 4 deletions

View File

@ -1,5 +1,4 @@
variable::set("PYO3_VERSION", "0.18.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");

View File

@ -1,5 +1,4 @@
variable::set("PYO3_VERSION", "0.18.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");

View File

@ -1,5 +1,4 @@
variable::set("PYO3_VERSION", "0.18.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");

View File

@ -1,4 +1,3 @@
variable::set("PYO3_VERSION", "0.18.1");
file::rename(".template/Cargo.toml", "Cargo.toml");
file::rename(".template/tox.ini", "tox.ini");
file::delete(".template");

View File

@ -0,0 +1 @@
Removed stale references to `tox.ini` from templates used with `cargo generate`.