Get logging.conf and matplotlib datafiles.
This commit is contained in:
parent
1b980e7cad
commit
65393492cf
|
@ -66,7 +66,8 @@ setup(
|
||||||
|
|
||||||
data_files = ['HUD_config.xml.example',
|
data_files = ['HUD_config.xml.example',
|
||||||
'Cards01.png',
|
'Cards01.png',
|
||||||
'logging.conf'
|
'logging.conf',
|
||||||
|
(r'matplotlibdata', glob.glob(r'c:\python26\Lib\site-packages\matplotlib\mpl-data\*'))
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user