Fix minor default settings, fix dist script for wx3 merge

This commit is contained in:
blitzmann
2015-10-04 22:07:23 -04:00
parent 30f077027b
commit 231cdb8399
3 changed files with 18 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ Windows executable + installer: python setup.py bdist_msi
"""
packages = ['eos', 'gui', 'service', 'utils']
include_files = ['eve.db', 'gpl.txt']
include_files = ['eve.db', 'LICENSE', 'README.md']
# this is read by dist.py to package the icons
icon_dirs = ['gui', 'icons', 'renders']