mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 21:53:29 +02:00
Fix bug in py2exe setup script
This commit is contained in:
parent
35344ebceb
commit
44158dfc3c
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -51,7 +51,7 @@
|
|||
'packages' : ['PIL'],
|
||||
'excludes' : excludes}}
|
||||
py2exe_options = {'console' : console, 'windows' : windows,
|
||||
'options' : options, 'excludes' : excludes}
|
||||
'options' : options}
|
||||
except ImportError:
|
||||
print >>sys.stderr, 'Must be in Windows to run py2exe'
|
||||
sys.exit(1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue