added index.html to setup.py data_files
authorForrest Voight <forrest@forre.st>
Thu, 22 Mar 2012 02:55:34 +0000 (22:55 -0400)
committerForrest Voight <forrest@forre.st>
Thu, 22 Mar 2012 02:55:34 +0000 (22:55 -0400)
setup.py

index ce0516b..321b926 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -26,6 +26,7 @@ try:
             ('web-static', [
                 'web-static/d3.v2.min.js',
                 'web-static/graphs.html',
+                'web-static/index.html',
             ]),
         ],