diff MANIFEST.in @ 457:644795a4e8d2

Code cleanups, made js rollup file, some preparation for .egg creation
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 04 Sep 2010 15:20:06 +0200
parents 564e40829f80
children 298546182b41
line wrap: on
line diff
--- a/MANIFEST.in	Sat Sep 04 00:17:01 2010 +0200
+++ b/MANIFEST.in	Sat Sep 04 15:20:06 2010 +0200
@@ -1,3 +1,13 @@
 include pylons_app/config/deployment.ini_tmpl
-recursive-include pylons_app/public *
-recursive-include pylons_app/templates *
+
+include hg_app_daemon
+include hg_app_daemon2
+
+recursive-include pylons_app/public/css *
+recursive-include pylons_app/public/images *
+
+include pylons_app/public/js/yui2.js
+include pylons_app/public/js/excanvas.min.js
+include pylons_app/public/js/yui.flot.js
+
+recursive-include pylons_app/templates *
\ No newline at end of file