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