/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-07-12 03:22:41 UTC
  • mfrom: (1711.2.86 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060712032241-2352b3ef35093aa1
(jam) minor cleanups, updates to NEWS for bug fixes.

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',
 
91
                'bzrlib.benchmarks',
91
92
                'bzrlib.doc',
92
93
                'bzrlib.doc.api',
93
94
                'bzrlib.export',
94
95
                'bzrlib.plugins',
 
96
                'bzrlib.plugins.launchpad',
95
97
                'bzrlib.store',
96
98
                'bzrlib.store.revision',
97
99
                'bzrlib.store.versioned',
111
113
                'bzrlib.util.elementtree',
112
114
                'bzrlib.util.effbot.org',
113
115
                'bzrlib.util.configobj',
 
116
                'bzrlib.bundle',
 
117
                'bzrlib.bundle.serializer'
114
118
                ],
115
119
      scripts=['bzr'],
116
120
      cmdclass={'install_scripts': my_install_scripts, 'build': bzr_build},