Skip to content

Commit 8bc49ba

Browse files
authored
fix: line spacing (#511)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent 41b2078 commit 8bc49ba

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

cookiecutter.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"setuptools": "Setuptools - Pure Python",
4141
"pybind11": "Setuptools and pybind11 - Compiled C++",
4242
"skbuild": "Scikit-build-core - Compiled C++ (recommended)",
43-
"mesonpy": "Meson-python - Compiled C++ (also good)",
44-
"maturin": "Maturin - Compiled Rust (recommended)"
43+
"mesonpy": "Meson-python - Compiled C++ (also good)",
44+
"maturin": "Maturin - Compiled Rust (recommended)"
4545
},
4646
"vcs": "Use version control for versioning"
4747
}

copier.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ backend:
7777
"Setuptools - Pure Python": setuptools
7878
"Setuptools and pybind11 - Compiled C++": pybind11
7979
"Scikit-build-core - Compiled C++ (recommended)": skbuild
80-
"Meson-python - Compiled C++ (also good)": mesonpy
81-
"Maturin - Compiled Rust (recommended)": maturin
80+
"Meson-python - Compiled C++ (also good)": mesonpy
81+
"Maturin - Compiled Rust (recommended)": maturin
8282
# [[[end]]]
8383

8484
# [[[cog print(cc.vcs.yaml()) ]]]

0 commit comments

Comments
 (0)