From 9074ace17bdef2f61b8e4fcebe5576f6fb6fdc1a Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 17 Aug 2020 20:55:08 +0200 Subject: [PATCH] add missing namespace var --- cookiecutter.json | 1 + 1 file changed, 1 insertion(+) diff --git a/cookiecutter.json b/cookiecutter.json index 88aede7..8a2e830 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -2,6 +2,7 @@ "author": "xoxys", "author_full": "Robert Kaussow", "author_email": "mail@thegeeklab.de", + "collection_namespace": "xoxys", "collection_name": "my_collection", "collection_description_short": "My demo collection", "collection_category": "misc",