Mercurial > wikked
comparison setup.py @ 206:64c64df08d2a
Package Bootstrap fonts with the rest.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 14 Feb 2014 00:00:04 -0800 |
parents | 719bcebefd68 |
children | dbc855c585cf |
comparison
equal
deleted
inserted
replaced
205:719bcebefd68 | 206:64c64df08d2a |
---|---|
92 include_package_data=True, | 92 include_package_data=True, |
93 package_data={ | 93 package_data={ |
94 'wikked': [ | 94 'wikked': [ |
95 'resources/*', | 95 'resources/*', |
96 'templates/*.html', | 96 'templates/*.html', |
97 'static/bootstrap/fonts/*', | |
97 'static/css/wikked.min.css', | 98 'static/css/wikked.min.css', |
98 'static/img/*.png', | 99 'static/img/*.png', |
99 'static/js/require.js', | 100 'static/js/require.js', |
100 'static/js/wikked.min.js' | 101 'static/js/wikked.min.js' |
101 ] | 102 ] |