From 36f41719cb42cf72d52d65e9adcf3c4919d17162 Mon Sep 17 00:00:00 2001 From: Parv Sachdeva Date: Fri, 10 Jan 2020 12:18:10 +0530 Subject: [PATCH] New additions in flowcraft/templates not updated after build and install fixed Added a line to consider flowcraft/templates as a package to update in setup.py, w.r.t issue #229 . --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 51b1c9d2..0116a917 100644 --- a/setup.py +++ b/setup.py @@ -21,6 +21,7 @@ "profiles.config", "bin/*", "lib/*", + "templates/*", "resources/*", "generator/templates/*"]}, data_files=[("", ["LICENSE"])],