Skip to content

Commit

Permalink
reorder ipython cleanse
Browse files Browse the repository at this point in the history
  • Loading branch information
n-wbrown committed Jul 24, 2024
1 parent c938ffb commit 0a3acb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}

0 comments on commit 0a3acb5

Please sign in to comment.