We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffbb760 commit 821d306Copy full SHA for 821d306
2 files changed
README.md
@@ -6,7 +6,7 @@ A [Copier](https://github.com/copier-org/copier) template for a Python package b
6
7
## Usage
8
9
-> **Requires**: copier>=6.0.0a6
+> **Requires**: copier>=6.0.0a7
10
11
```sh
12
copier gh:branchvincent/python-template <dest>
copier.yaml
@@ -38,16 +38,6 @@ _exclude:
38
- /macros
39
_skip_if_exists:
40
- 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: "}}"
+_min_copier_version: 6.0.0a7
52
_tasks:
53
- bash postgenerate.sh
0 commit comments