~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Aaron Bentley
  • Date: 2007-06-06 01:05:18 UTC
  • mfrom: (2507 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2510.
  • Revision ID: aaron.bentley@utoronto.ca-20070606010518-kmhq36e8pomuzio7
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
223
223
 
224
224
    options_list = {"py2exe": {"packages": BZRLIB['packages'] +
225
225
                                           additional_packages,
226
 
                               "excludes": ["Tkinter", "medusa"],
 
226
                               "excludes": ["Tkinter", "medusa", "tools"],
227
227
                               "dist_dir": "win32_bzr.exe",
228
228
                              },
229
229
                   }