changeset 247:9055434ebbd0 0.4.2

Fuck you `setuptools` and your arcane data includes.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 30 Mar 2014 00:09:00 -0700
parents 48bd17f8a7c0
children 7160ab8d31fb
files MANIFEST.in setup.py
diffstat 2 files changed, 7 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- /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
--- 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',