0

renamed gmap.py to overviewer.py

This commit is contained in:
Aaron Griffith
2011-03-20 21:41:25 -04:00
parent 0e87368a06
commit 04ef95e4d6
6 changed files with 13 additions and 13 deletions

View File

@@ -24,7 +24,7 @@ setup_kwargs['cmdclass'] = {}
#
if py2exe is not None:
setup_kwargs['console'] = ['gmap.py']
setup_kwargs['console'] = ['overviewer.py']
setup_kwargs['data_files'] = [('textures', ['textures/lava.png', 'textures/water.png', 'textures/fire.png']),
('', ['config.js', 'COPYING.txt', 'README.rst']),
('web_assets', glob.glob('web_assets/*'))]