Merge #3009
3009: Remove stale references to tox.ini from template substitution scripts. r=messense a=adamreichold Closes #3008 Co-authored-by: Adam Reichold <adam.reichold@t-online.de>
This commit is contained in:
commit
713c02a910
|
@ -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