~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Martin Pool
  • Date: 2006-06-01 09:39:15 UTC
  • mto: This revision was merged to the branch mainline in revision 1740.
  • Revision ID: mbp@sourcefrog.net-20060601093915-753e3641a5902150
Change author to Canonical in setup.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
 
83
83
setup(name='bzr',
84
84
      version='0.9pre',
85
 
      author='Martin Pool',
86
 
      author_email='mbp@sourcefrog.net',
 
85
      author='Canonical Ltd',
 
86
      author_email='bazaar-ng@lists.ubuntu.com',
87
87
      url='http://bazaar-vcs.org/',
88
88
      description='Friendly distributed version control system',
89
89
      license='GNU GPL v2',