Mercurial > wikked
changeset 363:5c6cca4b21be 0.6.1
Fix manifest file for `setuptools`.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 20 Sep 2015 22:05:48 -0700 |
parents | b8561bf43e32 |
children | 5de7d42974df |
files | MANIFEST.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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