From 77d702091a5a21af85a85cfa90d95f93cd91e937 Mon Sep 17 00:00:00 2001 From: Akashdeep Dhar Date: May 13 2021 13:43:46 +0000 Subject: Added MANIFEST.in to recursively include template and static files Signed-off-by: Akashdeep Dhar --- diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..ba4f7ea --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,2 @@ +recursive-include src/svfrontend/templates * +recursive-include src/svfrontend/static * \ No newline at end of file