forked from pawamoy/copier-pdm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix parameter expansion not to override empty PYTHON_VERSIONS
Also don't try to test on multiple Python versions in CI. Also try to fix encoding/decoding errors on Windows, but there's ALWAYS an error on Windows, I DON'T KNOW WHAT'S WRONG WITH IT, CAN'T IT READ UTF8 FOR CI'S SAKE. PR #11: pawamoy/copier-poetry#11
- Loading branch information
Showing
5 changed files
with
15 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ echo | |
copier -f "${template}" "${output}" \ | ||
-d project_name="Pawamoy Testing" \ | ||
-d project_description='Testing this great template' \ | ||
-d author_fullname="Timothée Mazzucotelli" \ | ||
-d author_fullname="Timothee Mazzucotelli" \ | ||
-d author_username="pawamoy" \ | ||
-d author_email="[email protected]" | ||
cd "${output}" | ||
|