Skip to content
Snippets Groups Projects
Commit afd187d3 authored by Simon Lejeune's avatar Simon Lejeune
Browse files

[FIX] packaging: windows: bundle xlrd

xlrd allows to import xls files and is an optional dependency. Bundle
it in the exe release for convenience.
parent 15127d33
No related branches found
No related tags found
No related merge requests found
......@@ -102,6 +102,7 @@ def py2exe_options():
'vatnumber',
'vobject',
'win32service', 'win32serviceutil',
'xlrd',
'xlwt',
'xml', 'xml.dom',
'yaml',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment