diff --git a/pyfpdb/py2exe_setup.py b/pyfpdb/py2exe_setup.py index ac136cff..cf3084af 100644 --- a/pyfpdb/py2exe_setup.py +++ b/pyfpdb/py2exe_setup.py @@ -133,7 +133,7 @@ test_and_remove(dist_dir) setup( name = 'fpdb', description = 'Free Poker DataBase', - version = '0.20', + version = '0.20.901', windows = [ {'script': 'fpdb.pyw', "icon_resources": [(1, "../gfx/fpdb_large_icon.ico")]}, {'script': 'HUD_main.pyw', }, @@ -158,7 +158,7 @@ setup( # files in 2nd value in tuple are moved to dir named in 1st value #data_files updated for new locations of licences + readme nolonger exists - data_files = [('', ['HUD_config.xml.example', 'Cards01.png', 'logging.conf', '../agpl-3.0.txt', '../fdl-1.2.txt', '../THANKS.txt', '../readme.txt']) + data_files = [('', ['HUD_config.xml.example', 'Cards01.png', 'logging.conf', '../agpl-3.0.txt', '../fdl-1.2.txt', '../gpl-3.0.txt', '../gpl-2.0.txt', '../readme.txt']) ,(dist_dir, [r'..\run_fpdb.bat']) ,( dist_dir + r'\gfx', glob.glob(r'..\gfx\*.*') ) # line below has problem with fonts subdir ('not a regular file')