py2exe: update files in the includes list
This commit is contained in:
parent
9e3df066f5
commit
283752e4dc
|
@ -112,7 +112,7 @@ def copy_file(source,destination):
|
||||||
shutil.copy( source, destination )
|
shutil.copy( source, destination )
|
||||||
|
|
||||||
|
|
||||||
fpdbver = '0.20.906'
|
fpdbver = '0.21.rc1'
|
||||||
|
|
||||||
distdir = r'fpdb-' + fpdbver
|
distdir = r'fpdb-' + fpdbver
|
||||||
rootdir = r'../../' #cwd is normally /packaging/windows
|
rootdir = r'../../' #cwd is normally /packaging/windows
|
||||||
|
@ -148,9 +148,10 @@ setup(
|
||||||
,'matplotlib.numerix.random_array'
|
,'matplotlib.numerix.random_array'
|
||||||
,'AbsoluteToFpdb', 'BetfairToFpdb'
|
,'AbsoluteToFpdb', 'BetfairToFpdb'
|
||||||
,'CarbonToFpdb', 'EverleafToFpdb'
|
,'CarbonToFpdb', 'EverleafToFpdb'
|
||||||
,'FulltiltToFpdb', 'OnGameToFpdb'
|
,'FulltiltToFpdb', 'iPokerToFpdb'
|
||||||
,'PartyPokerToFpdb', 'PokerStarsToFpdb'
|
,'OnGameToFpdb', 'PartyPokerToFpdb'
|
||||||
,'UltimateBetToFpdb', 'Win2dayToFpdb'
|
,'PkrToFpdb', 'PokerStarsToFpdb'
|
||||||
|
,'Win2dayToFpdb', 'WinamaxToFpdb'
|
||||||
],
|
],
|
||||||
'excludes' : ['_tkagg', '_agg2', 'cocoaagg', 'fltkagg'],
|
'excludes' : ['_tkagg', '_agg2', 'cocoaagg', 'fltkagg'],
|
||||||
'dll_excludes': ['libglade-2.0-0.dll', 'libgdk-win32-2.0-0.dll', 'libgobject-2.0-0.dll'
|
'dll_excludes': ['libglade-2.0-0.dll', 'libgdk-win32-2.0-0.dll', 'libgobject-2.0-0.dll'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user