changeset 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 e6c2048e2c94
children 64c64df08d2a
files setup.py
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Thu Feb 13 23:55:41 2014 -0800
+++ b/setup.py	Thu Feb 13 23:58:51 2014 -0800
@@ -97,8 +97,7 @@
                 'static/css/wikked.min.css',
                 'static/img/*.png',
                 'static/js/require.js',
-                'static/js/wikked.min.js',
-                'static/js/pagedown/*.js'
+                'static/js/wikked.min.js'
                 ]
             },
         zip_safe=False,