We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 806daf4 commit 84f56d3Copy full SHA for 84f56d3
template/{{ _copier_conf.answers_file}}.jinja
@@ -1,2 +1,6 @@
1
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2
-{{ _copier_answers|to_nice_yaml -}}
+{{ 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