Move eve.db to root

This commit is contained in:
blitzmann
2015-09-27 09:45:44 -04:00
parent 0f8992432b
commit a3b108382e
3 changed files with 2 additions and 9 deletions

View File

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