From 821d306b35c1dfb695aedca723e0fdab49ad66da Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Sat, 7 Aug 2021 10:17:16 -0400 Subject: [PATCH] bump copier --- README.md | 2 +- copier.yaml | 12 +----------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 1c30566..f197d8d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/copier.yaml b/copier.yaml index 0b8aa8a..0d11417 100644 --- a/copier.yaml +++ b/copier.yaml @@ -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