Skip to content

Commit 20d4733

Browse files
committed
Added a new parameter _skip_if_exists to the copier.yml file
1 parent 35896fb commit 20d4733

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

copier.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,5 +140,11 @@ pypi_license_classifiers_list:
140140
pypi_license_classifier:
141141
when: false
142142
type: str
143-
default: >
144-
{{ pypi_license_classifiers_list[license] }}
143+
default: >-
144+
{{ pypi_license_classifiers_list[license] }}
145+
146+
_skip_if_exists:
147+
- HISTORY.rst
148+
- "{{ project_slug }}/__init__.py"
149+
- "{{ project_slug }}/{{ project_slug }}.py"
150+
- docs/modules/{{ project_slug }}.rst

0 commit comments

Comments
 (0)