~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-06-03 20:18:35 UTC
  • mfrom: (1185.82.137 w-changeset)
  • Revision ID: pqm@pqm.ubuntu.com-20060603201835-1c9a1725641ccd24
Implement bundles

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
                'bzrlib.util.elementtree',
113
113
                'bzrlib.util.effbot.org',
114
114
                'bzrlib.util.configobj',
 
115
                'bzrlib.bundle',
 
116
                'bzrlib.bundle.serializer'
115
117
                ],
116
118
      scripts=['bzr'],
117
119
      cmdclass={'install_scripts': my_install_scripts, 'build': bzr_build},