Skip to content

Commit

Permalink
bump copier
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Aug 7, 2021
1 parent ffbb760 commit 821d306
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A [Copier](https://github.com/copier-org/copier) template for a Python package b

## Usage

> **Requires**: copier>=6.0.0a6
> **Requires**: copier>=6.0.0a7
```sh
copier gh:branchvincent/python-template <dest>
Expand Down
12 changes: 1 addition & 11 deletions copier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,6 @@ _exclude:
- /macros
_skip_if_exists:
- pyproject.toml
_min_copier_version: 6.0.0a6
# TODO: remove below with a7+
_templates_suffix: .jinja
_envops:
block_start_string: "{%"
block_end_string: "%}"
comment_start_string: "{#"
comment_end_string: "#}"
keep_trailing_newline: true
variable_start_string: "{{"
variable_end_string: "}}"
_min_copier_version: 6.0.0a7
_tasks:
- bash postgenerate.sh

0 comments on commit 821d306

Please sign in to comment.