From 8af7bc100c681975894f49f4ffd6d26a06e93f60 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 8 Nov 2017 18:39:42 -0800 Subject: [PATCH] Added a MANIFEST.in Now python setup.py bdist_wheel creates a .whl that includes the CSS. --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 00000000..55a0460d --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +recursive-include immutabase/static *