From 2c3d429baf098cc4fa8ce211338b1423b7ebd290 Mon Sep 17 00:00:00 2001 From: dasDachs Date: Thu, 21 Jun 2018 11:57:43 +0200 Subject: [PATCH] Changed the order for pipenv usage in cookiecutter.json to default to no --- cookiecutter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookiecutter.json b/cookiecutter.json index 3f14912..c4a689f 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -5,5 +5,5 @@ "project_name": "My Flask App", "app_name": "myflaskapp", "project_short_description": "A flasky app.", - "use_pipenv": ["yes", "no"] + "use_pipenv": ["no", "yes"] }