From 9e3b30ad38b801b72cfb864c50a42dd89939ea04 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 20 Aug 2012 08:10:07 -0700 Subject: [PATCH] fix manifest to include jQuery UI CSS --- MANIFEST.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index a4c1d15..4943929 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,6 +4,9 @@ include ez_setup.py include edbob/pyramid/static/favicon.ico include edbob/pyramid/static/robots.txt include edbob/pyramid/static/css/*.css +include edbob/pyramid/static/css/smoothness/*.css +include edbob/pyramid/static/css/smoothness/images/*.gif +include edbob/pyramid/static/css/smoothness/images/*.png include edbob/pyramid/static/js/*.js include edbob/scaffolds/edbob/CHANGES.txt