/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: Matthieu Moy
  • Date: 2006-07-08 19:32:30 UTC
  • mfrom: (1845 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1857.
  • Revision ID: Matthieu.Moy@imag.fr-20060708193230-3eb72d871471bd5b
merge

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',
112
113
                'bzrlib.util.elementtree',
113
114
                'bzrlib.util.effbot.org',
114
115
                'bzrlib.util.configobj',
 
116
                'bzrlib.bundle',
 
117
                'bzrlib.bundle.serializer'
115
118
                ],
116
119
      scripts=['bzr'],
117
120
      cmdclass={'install_scripts': my_install_scripts, 'build': bzr_build},