# HG changeset patch # User Ludovic Chabant # Date 1442811948 25200 # Node ID 5c6cca4b21be0fcf31148b72bc2cda163fc53aac # Parent b8561bf43e3287d292ec4b5c9eee0ebbbab00cab Fix manifest file for `setuptools`. diff -r b8561bf43e32 -r 5c6cca4b21be MANIFEST.in --- a/MANIFEST.in Sun Sep 20 22:05:38 2015 -0700 +++ b/MANIFEST.in Sun Sep 20 22:05:48 2015 -0700 @@ -1,7 +1,7 @@ recursive-include wikked/resources * include wikked/templates/*.html -include wikked/static/bootstrap/fonts/* include wikked/static/css/wikked.min.css +include wikked/static/fonts/* include wikked/static/img/*.png include wikked/static/js/require.js -include wikked/static/js/wikked.min.js +include wikked/static/js/wikked.*.js