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
201
options_list = {"py2exe": {"packages": BZRLIB['packages'] +
197
203
"excludes": ["Tkinter", "medusa"],
198
204
"dist_dir": "win32_bzr.exe",