From 6dd3ac067c8d635ed91c5366633dcfeacbb62818 Mon Sep 17 00:00:00 2001 From: Aaron Griffith Date: Fri, 13 May 2011 21:30:26 -0400 Subject: [PATCH] fixed setup.py info to account for overviewerConfig.js move --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 415e1a4..a5baa97 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup_kwargs['cmdclass'] = {} if py2exe is not None: setup_kwargs['console'] = ['overviewer.py'] setup_kwargs['data_files'] = [('textures', ['textures/lava.png', 'textures/water.png', 'textures/fire.png', 'textures/portal.png']), - ('', ['overviewerConfig.js', 'COPYING.txt', 'README.rst']), + ('', ['COPYING.txt', 'README.rst']), ('web_assets', glob.glob('web_assets/*'))] setup_kwargs['zipfile'] = None if platform.system() == 'Windows' and '64bit' in platform.architecture():