Skip to content

Commit

Permalink
fixed default cookiecutter values
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Schoch authored and Tobias Schoch committed May 4, 2018
1 parent 61f174d commit aba6ed0
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
@@ -1,8 +1,8 @@
{
"full_name": "Your name",
"email": "Your address email (eq. [email protected])",
"project_name": "Python Package",
"project_name": "Docker Project",
"project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '-') }}",
"description": "A python package that can be installed with pip.",
"description": "A docker project doing awesome stuff.",
"version": "0.0.1"
}

0 comments on commit aba6ed0

Please sign in to comment.