Skip to content

Commit 45f02db

Browse files
committed
Update template quiestions
1 parent d2cf806 commit 45f02db

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

copier.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ controller_endpoints:
2828
help: What are your new controller endpoints?
2929
multiline: true
3030

31-
skip_routes:
32-
type: bool
33-
help: Skip modifying routes?
34-
default: false
35-
31+
# TEMPLATE NONE-CONFIGURABLE DEFAULTS
32+
package_name:
33+
type: str
34+
default: "{{ project_name|lower|replace(' ','_')|replace('-','_') }}"
35+
when: false

0 commit comments

Comments
 (0)