From 4b288655f8fc5fbfb93ee5cb675cad5edf81ff28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gregor=20M=C3=BCllegger?= Date: Fri, 15 May 2015 14:13:43 +0200 Subject: [PATCH] Using less restrictive globs in MANIFEST.in as the openlayers' css and image files where not included in the source distribution. --- MANIFEST.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 09252f4..a640a86 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,9 +1,10 @@ include README.rst include CHANGES.rst -recursive-include floppyforms/templates *.html -recursive-include floppyforms/static *.js -recursive-include floppyforms/tests/templates *.html +recursive-include floppyforms/templates * +recursive-include floppyforms/static * recursive-include requirements *.txt recursive-include docs *.rst *.png recursive-include tests *.py *.html +recursive-include tests/demo/templates * +recursive-include tests/templates * include docs/Makefile docs/conf.py