Skip to content

Commit 84f56d3

Browse files
committed
Add computed parameters to the .copier-answers.yml file
1 parent 806daf4 commit 84f56d3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
{{ _copier_answers|to_nice_yaml -}}
2+
{{ dict(_copier_answers,
3+
valid_python_versions=valid_python_versions,
4+
pypi_license_classifiers_list=pypi_license_classifiers_list,
5+
pypi_license_classifier=pypi_license_classifier) | to_nice_yaml -}}
6+

0 commit comments

Comments
 (0)