~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Robert Collins
  • Date: 2006-06-09 09:04:53 UTC
  • mfrom: (1755.2.1 add)
  • mto: (1755.1.2 integration)
  • mto: This revision was merged to the branch mainline in revision 1757.
  • Revision ID: robertc@robertcollins.net-20060609090453-10e94172dc5f670b
MergeĀ currentĀ head.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
########################
82
82
 
83
83
setup(name='bzr',
84
 
      version='0.8pre',
85
 
      author='Martin Pool',
86
 
      author_email='mbp@sourcefrog.net',
87
 
      url='http://www.bazaar-ng.org/',
 
84
      version='0.9pre',
 
85
      author='Canonical Ltd',
 
86
      author_email='bazaar-ng@lists.ubuntu.com',
 
87
      url='http://bazaar-vcs.org/',
88
88
      description='Friendly distributed version control system',
89
89
      license='GNU GPL v2',
90
90
      packages=['bzrlib',
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},