Remove stale references to tox.ini from template substitution scripts.
This commit is contained in:
parent
c28edd0a81
commit
39d19113fa
|
@ -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");
|
||||
|
|
|
@ -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");
|
||||
|
|
|
@ -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");
|
||||
|
|
|
@ -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");
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Removed stale references to `tox.ini` from templates used with `cargo generate`.
|
Loading…
Reference in New Issue