From: Forrest Voight Date: Mon, 19 Mar 2012 19:48:07 +0000 (-0700) Subject: added web-static to py2exe data_files X-Git-Tag: 0.10.0~16 X-Git-Url: https://git.novaco.in/?p=p2pool.git;a=commitdiff_plain;h=cb2444c1c9ac66b15e022b150cfed1bf09af01b0 added web-static to py2exe data_files --- diff --git a/setup.py b/setup.py index cc32e46..8601c28 100644 --- 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(