Skip to content

Commit

Permalink
build: support copier 9
Browse files Browse the repository at this point in the history
  • Loading branch information
yajo committed Oct 31, 2023
1 parent 49b350f commit 1e6e78b
Show file tree
Hide file tree
Showing 5 changed files with 230 additions and 194 deletions.
9 changes: 1 addition & 8 deletions copier.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
# Configure jinja2 defaults to make syntax highlighters happy
_templates_suffix: .jinja
_subdirectory: src
_envops:
block_end_string: "%}"
block_start_string: "{%"
comment_end_string: "#}"
comment_start_string: "{#"
keep_trailing_newline: true
variable_end_string: "}}"
variable_start_string: "{{"
_min_copier_version: "9"

_tasks:
- rm -f {% if ci != "Travis" %}.travis.yml{% endif %} .t2d.yml
Expand Down
Loading

0 comments on commit 1e6e78b

Please sign in to comment.