From 263f8668e400e501e4f39c556b5e229d6c4d21d9 Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Wed, 27 Mar 2019 14:07:43 +0100 Subject: [PATCH] Adding manifest --- MANIFEST.in | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..ae48c43 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,5 @@ +include LICENSE +include README.rst +recursive-include basetheme_bootstrap/templatetags * +recursive-include basetheme_bootstrap/templates * +recursive-include basetheme_bootstrap/static * \ No newline at end of file -- GitLab