From bb85034f7d76333744654dd86746fcda4011f11d Mon Sep 17 00:00:00 2001 From: Audrey Roy Date: Fri, 16 Aug 2013 20:59:01 +0200 Subject: [PATCH] Creates 'boilerplate' by default, not 'alotofeffort'. --- cookiecutter.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cookiecutter.json b/cookiecutter.json index 98cd98c..43ed688 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -2,10 +2,10 @@ "full_name": "Audrey Roy", "email": "audreyr@gmail.com", "github_username": "audreyr", - "project_name": "A Lot of Effort", - "repo_name": "alotofeffort", - "project_short_description": "Deploy static HTML sites to S3 with the simple 'alotofeffort' command.", - "release_date": "2013-07-10", + "project_name": "Python Boilerplate", + "repo_name": "boilerplate", + "project_short_description": "Python Boilerplate contains all the boilerplate you need to create a Python package.", + "release_date": "2013-08-11", "year": "2013", "version": "0.1.0" }