setup.py: Fix the bdist_nsis command.

This commit is contained in:
Lukáš Lalinský
2007-01-19 19:39:51 +01:00
parent 84511a3dd2
commit f820ec97b3
2 changed files with 3 additions and 1 deletions

View File

@@ -425,7 +425,7 @@ try:
}]
args['options'] = {
'py2exe': {
'includes': [e.name for e in ext_modules],
'bdist_nsis': [e.name for e in ext_modules],
},
}
except ImportError: