X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=setup.py;h=3067cd31ddaa5c20a3f2ed9126c2e3fd991181a9;hb=f0925a6ee27c669dbb5872331d7b2fbde08fa9c1;hp=631a401503d1ebb8a1834512a71ebf3f52a0f814;hpb=94daecfc590dd691a482469a313932809d338738;p=p2pool.git diff --git a/setup.py b/setup.py index 631a401..3067cd3 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ try: 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,