From e12e6f93cc84ea687ace58c77b6d01b53b90f128 Mon Sep 17 00:00:00 2001 From: Genevieve Buckley <30920819+GenevieveBuckley@users.noreply.github.com> Date: Thu, 13 Jun 2024 18:53:34 +1000 Subject: [PATCH] Shift files to correct location, update copier.yaml defaults --- copier.yaml | 4 ++-- template/{src => }/MANIFEST.in | 0 template/{src => }/README.md.jinja | 0 template/{src/pyproject.toml => pyproject.toml.jinja} | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename template/{src => }/MANIFEST.in (100%) rename template/{src => }/README.md.jinja (100%) rename template/{src/pyproject.toml => pyproject.toml.jinja} (100%) diff --git a/copier.yaml b/copier.yaml index 4769297..c3cc571 100644 --- a/copier.yaml +++ b/copier.yaml @@ -3,7 +3,7 @@ plugin_name: help: The name of your plugin type: str display_name: - deafult: FooBar Segmentation + default: FooBar Segmentation help: Display name for your plugin type: str module_name: @@ -19,7 +19,7 @@ full_name: help: Developer name type: str email: - placeholder: yourname@example.com + default: yourname@example.com help: Email address type: str github_username_or_organization: diff --git a/template/src/MANIFEST.in b/template/MANIFEST.in similarity index 100% rename from template/src/MANIFEST.in rename to template/MANIFEST.in diff --git a/template/src/README.md.jinja b/template/README.md.jinja similarity index 100% rename from template/src/README.md.jinja rename to template/README.md.jinja diff --git a/template/src/pyproject.toml b/template/pyproject.toml.jinja similarity index 100% rename from template/src/pyproject.toml rename to template/pyproject.toml.jinja