made mining test start a jsonrpc server and go through that to maximize coverage
[p2pool.git] / setup.py
index 321b926..3067cd3 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -27,13 +27,14 @@ try:
                 'web-static/d3.v2.min.js',
                 'web-static/graphs.html',
                 'web-static/index.html',
+                'web-static/share.html',
             ]),
         ],
         
         console=['run_p2pool.py'],
         options=dict(py2exe=dict(
             bundle_files=1,
-            dll_excludes=['w9xpopen.exe'],
+            dll_excludes=['w9xpopen.exe', "mswsock.dll", "MSWSOCK.dll"],
             includes=['twisted.web.resource', 'ltc_scrypt'],
         )),
         zipfile=None,