From: Forrest Voight Date: Thu, 22 Mar 2012 02:55:34 +0000 (-0400) Subject: added index.html to setup.py data_files X-Git-Tag: 0.10.4~41 X-Git-Url: https://git.novaco.in/?p=p2pool.git;a=commitdiff_plain;h=8362473579b4605bbb717d80cb9892f20cf81c74 added index.html to setup.py data_files --- diff --git a/setup.py b/setup.py index ce0516b..321b926 100644 --- 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', ]), ],