# HG changeset patch # User Ludovic Chabant # Date 1396163340 25200 # Node ID 9055434ebbd07eb3be5ef9b28d22c332c741dc08 # Parent 48bd17f8a7c052e666f9afda88229abfdab58a53 Fuck you `setuptools` and your arcane data includes. diff -r 48bd17f8a7c0 -r 9055434ebbd0 MANIFEST.in --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/MANIFEST.in Sun Mar 30 00:09:00 2014 -0700 @@ -0,0 +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/img/*.png +include wikked/static/js/require.js +include wikked/static/js/wikked.min.js diff -r 48bd17f8a7c0 -r 9055434ebbd0 setup.py --- a/setup.py Sat Mar 29 23:08:31 2014 -0700 +++ b/setup.py Sun Mar 30 00:09:00 2014 -0700 @@ -88,19 +88,6 @@ 'repoze.lru==0.6', 'python-hglib'], include_package_data=True, - package_data={ - 'wikked': [ - 'resources/defaults.cfg', - 'resources/hg_log.style', - 'resources/init/*', - 'templates/*.html', - 'static/bootstrap/fonts/*', - 'static/css/wikked.min.css', - 'static/img/*.png', - 'static/js/require.js', - 'static/js/wikked.min.js' - ] - }, zip_safe=False, classifiers=[ 'Development Status :: 3 - Alpha',