~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-05-25 05:00:23 UTC
  • mfrom: (2481.2.1 installer)
  • Revision ID: pqm@pqm.ubuntu.com-20070525050023-ip6kst9coq8a32z5
(bialix,r=john) don't bundle into standalone bzr.exe site.py (with
 their depends), and tools/doc_generate

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
                   }