renamed gmap.py to overviewer.py
This commit is contained in:
2
setup.py
2
setup.py
@@ -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/*'))]
|
||||
|
||||
Reference in New Issue
Block a user