Checklist before submitting a bug report
Bug details
Describe the bug
When using the template the user is asked to fill in the software version, author name, etc. However, the version is not used in conf.py. For example, if we specify the version to 0.2.2, .copier-answers.yml contains the correct version: 0.2.2, while conf.py contains version = "0.1.0".
In addition, Notice contains only the text "This product includes workflomics_benchmarker, software developed by ." It could include the specified author's name.
To Reproduce
Steps to reproduce the behavior:
- install copier using pipx
- run
copier copy --vcs-ref=HEAD https://github.com/nlesc/python-template.git . (applying to existing code)
- Select minimal template
- Specify version to
0.2.2
- See generated files
conf.py and Notice
Expected behavior
I would expect the version in conf.py to be version = "0.2.2".
I would expect the notice to reads "This product includes workflomics_benchmarker, software developed by Author Name."
Checklist before submitting a bug report
Bug details
Describe the bug
When using the template the user is asked to fill in the software version, author name, etc. However, the version is not used in
conf.py. For example, if we specify the version to 0.2.2,.copier-answers.ymlcontains the correctversion: 0.2.2, whileconf.pycontainsversion = "0.1.0".In addition,
Noticecontains only the text "This product includes workflomics_benchmarker, software developed by ." It could include the specified author's name.To Reproduce
Steps to reproduce the behavior:
copier copy --vcs-ref=HEAD https://github.com/nlesc/python-template.git .(applying to existing code)0.2.2conf.pyandNoticeExpected behavior
I would expect the version in
conf.pyto beversion = "0.2.2".I would expect the notice to reads "This product includes workflomics_benchmarker, software developed by Author Name."