Skip to content

Commit

Permalink
Add default values to cookiecutter.json
Browse files Browse the repository at this point in the history
  • Loading branch information
markusritschel committed Jun 24, 2024
1 parent ad4e9b5 commit 513db26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cookiecutter.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"project_author": "",
"email": "",
"github_username": "",
"project_author": "John Doe",
"email": "[email protected]",
"github_username": "johndoe",
"project_name": "Python Boilerplate",
"project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '-').strip() }}",
"package_name": "{{ cookiecutter.project_slug.replace('-', '_') }}",
Expand Down

0 comments on commit 513db26

Please sign in to comment.