Mercurial > wikked
comparison setup.py @ 205:719bcebefd68
No need to package `pagedown` code separately.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 13 Feb 2014 23:58:51 -0800 |
parents | 964fd28e9b39 |
children | 64c64df08d2a |
comparison
equal
deleted
inserted
replaced
204:e6c2048e2c94 | 205:719bcebefd68 |
---|---|
95 'resources/*', | 95 'resources/*', |
96 'templates/*.html', | 96 'templates/*.html', |
97 'static/css/wikked.min.css', | 97 'static/css/wikked.min.css', |
98 'static/img/*.png', | 98 'static/img/*.png', |
99 'static/js/require.js', | 99 'static/js/require.js', |
100 'static/js/wikked.min.js', | 100 'static/js/wikked.min.js' |
101 'static/js/pagedown/*.js' | |
102 ] | 101 ] |
103 }, | 102 }, |
104 zip_safe=False, | 103 zip_safe=False, |
105 classifiers=[ | 104 classifiers=[ |
106 'Development Status :: 3 - Alpha', | 105 'Development Status :: 3 - Alpha', |