189
189
description = META_INFO['description'],
190
190
author = META_INFO['author'],
192
192
company_name = "Canonical Ltd.",
193
193
comments = META_INFO['description'],
195
207
options_list = {"py2exe": {"packages": BZRLIB['packages'] +
197
209
"excludes": ["Tkinter", "medusa"],
198
210
"dist_dir": "win32_bzr.exe",