Skip to content

Commit 821d306

Browse files
committed
bump copier
1 parent ffbb760 commit 821d306

2 files changed

Lines changed: 2 additions & 12 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A [Copier](https://github.com/copier-org/copier) template for a Python package b
66

77
## Usage
88

9-
> **Requires**: copier>=6.0.0a6
9+
> **Requires**: copier>=6.0.0a7
1010
1111
```sh
1212
copier gh:branchvincent/python-template <dest>

copier.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,6 @@ _exclude:
3838
- /macros
3939
_skip_if_exists:
4040
- pyproject.toml
41-
_min_copier_version: 6.0.0a6
42-
# TODO: remove below with a7+
43-
_templates_suffix: .jinja
44-
_envops:
45-
block_start_string: "{%"
46-
block_end_string: "%}"
47-
comment_start_string: "{#"
48-
comment_end_string: "#}"
49-
keep_trailing_newline: true
50-
variable_start_string: "{{"
51-
variable_end_string: "}}"
41+
_min_copier_version: 6.0.0a7
5242
_tasks:
5343
- bash postgenerate.sh

0 commit comments

Comments
 (0)