diff --git a/cookiecutter.json b/cookiecutter.json index 9025064..c09abef 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -6,11 +6,11 @@ "folder_name": "{{ cookiecutter.repo_name.replace('-', '_') }}", "github_repo_group": "", "import_name": "{{ cookiecutter.folder_name }}", + "strip_ipynb_outputs": ["yes", "no"], "description": "A short description of the project.", "python_version": ["3.11", "3.10", "3.9", "3.8", "3.12"], "auto_git_setup": ["no", "yes"], "git_remote_name": "origin", "readme_format": ["md", "rst"], - "simple": ["yes", "no"], - "strip_ipynb_outputs": ["yes", "no"] + "simple": ["yes", "no"] }