Skip to content

Commit

Permalink
fix: line spacing (#511)
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii authored Oct 16, 2024
1 parent 41b2078 commit 8bc49ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"setuptools": "Setuptools - Pure Python",
"pybind11": "Setuptools and pybind11 - Compiled C++",
"skbuild": "Scikit-build-core - Compiled C++ (recommended)",
"mesonpy": "Meson-python - Compiled C++ (also good)",
"maturin": "Maturin - Compiled Rust (recommended)"
"mesonpy": "Meson-python - Compiled C++ (also good)",
"maturin": "Maturin - Compiled Rust (recommended)"
},
"vcs": "Use version control for versioning"
}
Expand Down
4 changes: 2 additions & 2 deletions copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ backend:
"Setuptools - Pure Python": setuptools
"Setuptools and pybind11 - Compiled C++": pybind11
"Scikit-build-core - Compiled C++ (recommended)": skbuild
"Meson-python - Compiled C++ (also good)": mesonpy
"Maturin - Compiled Rust (recommended)": maturin
"Meson-python - Compiled C++ (also good)": mesonpy
"Maturin - Compiled Rust (recommended)": maturin
# [[[end]]]

# [[[cog print(cc.vcs.yaml()) ]]]
Expand Down

0 comments on commit 8bc49ba

Please sign in to comment.