From 182897e57ba590e398da54b93775a77d7ab6c10e Mon Sep 17 00:00:00 2001 From: Patrick Date: Wed, 27 Jan 2021 13:25:46 +0100 Subject: [PATCH] add test json --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d3f1420..f789061 100644 --- a/Makefile +++ b/Makefile @@ -6,5 +6,6 @@ bundle: README.md \ main.py \ requirements.txt \ - src/* \ - configuration/* \ + src/core.py \ + configuration/configuration.py \ + tests/* \