Package version specified not used in conf.py
#587
Labels
generated-package
Related to the generated package, i.e. after running cookiecutter
conf.py
#587
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 correctversion: 0.2.2
, whileconf.py
containsversion = "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:
copier copy --vcs-ref=HEAD https://github.com/nlesc/python-template.git .
(applying to existing code)0.2.2
conf.py
andNotice
Expected behavior
I would expect the version in
conf.py
to beversion = "0.2.2"
.I would expect the notice to reads "This product includes workflomics_benchmarker, software developed by Author Name."
The text was updated successfully, but these errors were encountered: