Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: 0.3.2
_commit: 0.10.0
_src_path: gh:seedcase-project/t-squared
for_seedcase: true
github_repo: template-workshop
Expand Down
5 changes: 5 additions & 0 deletions copier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,8 @@ github_repo_spec:
type: str
default: "{{ github_user }}/{{ github_repo }}"
when: false

copyright_year:
type: str
default: "{{ copyright_year | default('%Y' | strftime) }}"
when: false
Loading