~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Aaron Bentley
  • Date: 2006-05-20 19:30:46 UTC
  • mfrom: (1185.83.2 w-changeset)
  • mto: This revision was merged to the branch mainline in revision 1738.
  • Revision ID: aaron.bentley@utoronto.ca-20060520193046-1b97e315576c901d
Merged setup fix from jdong

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.changeset',
 
116
                'bzrlib.changeset.serializer'
115
117
                ],
116
118
      scripts=['bzr'],
117
119
      cmdclass={'install_scripts': my_install_scripts, 'build': bzr_build},