added web-static to py2exe data_files
authorForrest Voight <forrest@forre.st>
Mon, 19 Mar 2012 19:48:07 +0000 (12:48 -0700)
committerForrest Voight <forrest@forre.st>
Mon, 19 Mar 2012 19:51:27 +0000 (12:51 -0700)
setup.py

index cc32e46..8601c28 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,13 @@ try:
         author='Forrest Voight',
         author_email='forrest@forre.st',
         url='http://p2pool.forre.st/',
-        data_files=[('', ['README'])],
+        data_files=[
+            ('', ['README']),
+            ('web-static', [
+                'web-static/d3.v2.min.js',
+                'web-static/graphs.html',
+            ]),
+        ],
         
         console=['run_p2pool.py'],
         options=dict(py2exe=dict(