~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Ian Clatworthy
  • Date: 2010-03-03 10:19:04 UTC
  • mto: (4797.33.3 2.1)
  • mto: This revision was merged to the branch mainline in revision 5082.
  • Revision ID: ian.clatworthy@canonical.com-20100303101904-il86wrhxryggk4y0
tweak project URL and copyright years

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    'version':      bzrlib.__version__,
38
38
    'author':       'Canonical Ltd',
39
39
    'author_email': 'bazaar@lists.canonical.com',
40
 
    'url':          'http://www.bazaar-vcs.org/',
 
40
    'url':          'http://bazaar.canonical.com/',
41
41
    'description':  'Friendly distributed version control system',
42
42
    'license':      'GNU GPL v2',
43
43
    'download_url': 'https://launchpad.net/bzr/+download',
541
541
                                     version = version_str,
542
542
                                     description = META_INFO['description'],
543
543
                                     author = META_INFO['author'],
544
 
                                     copyright = "(c) Canonical Ltd, 2005-2009",
 
544
                                     copyright = "(c) Canonical Ltd, 2005-2010",
545
545
                                     company_name = "Canonical Ltd.",
546
546
                                     comments = META_INFO['description'],
547
547
                                    )