diff --git a/.copier-answers.yml b/.copier-answers.yml index 95ecf73..08a6625 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -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 diff --git a/copier.yaml b/copier.yaml index b857011..75956bb 100644 --- a/copier.yaml +++ b/copier.yaml @@ -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