Mercurial > wikked
diff MANIFEST.in @ 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 | 9055434ebbd0 |
children | 10a82dec3fe4 |
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