Skip to content

Commit 82db5d6

Browse files
refactor: switch back to cookiecutter
1 parent 3d60819 commit 82db5d6

72 files changed

Lines changed: 53 additions & 170 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.copier/.copier-answers.yml.j2

Lines changed: 0 additions & 1 deletion
This file was deleted.

.copier/update_dotenv.py

Lines changed: 0 additions & 29 deletions
This file was deleted.

cookiecutter.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"full_name": "Lance Stephens",
3+
"email": "4097471+pythoninthegrass@users.noreply.github.com",
4+
"github_username": "pythoninthegrass",
5+
"project_name": "Minimum Viable Python",
6+
"project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '_').replace('-', '_') }}",
7+
"project_short_description": "mvp contains all the boilerplate you need to create a Python repo.",
8+
"pypi_username": "{{ cookiecutter.github_username }}",
9+
"version": "0.1.0",
10+
"use_pytest": "y",
11+
"use_pypi_deployment_with_travis": "n",
12+
"add_pyup_badge": "n",
13+
"command_line_interface": ["Typer", "Argparse", "No command-line interface"],
14+
"create_author_file": "n",
15+
"open_source_license": ["MIT license", "Apache Software License 2.0", "GNU General Public License v3", "GNU Affero General Public License v3", "Mozilla Public License 2.0", "Creative Commons Attribution 4.0", "Creative Commons Zero v1.0 Universal", "Unlicense", "WTFPL", "Not open source"],
16+
"__gh_slug": "{{ cookiecutter.github_username }}/{{ cookiecutter.project_slug }}"
17+
}

copier.yml

Lines changed: 0 additions & 104 deletions
This file was deleted.

project/.ansible-lint renamed to {{cookiecutter.project_slug}}/.ansible-lint

File renamed without changes.

project/.devcontainer/devcontainer.json renamed to {{cookiecutter.project_slug}}/.devcontainer/devcontainer.json

File renamed without changes.

project/.devcontainer/docker-compose.extend.yml renamed to {{cookiecutter.project_slug}}/.devcontainer/docker-compose.extend.yml

File renamed without changes.

project/.dockerignore renamed to {{cookiecutter.project_slug}}/.dockerignore

File renamed without changes.

project/.editorconfig renamed to {{cookiecutter.project_slug}}/.editorconfig

File renamed without changes.

0 commit comments

Comments
 (0)