/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: Jelmer Vernooij
  • Date: 2017-11-03 19:13:58 UTC
  • mto: This revision was merged to the branch mainline in revision 6803.
  • Revision ID: jelmer@jelmer.uk-20171103191358-ajmz36e6fcafwiq7
Fix project name, set email.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
# META INFORMATION FOR SETUP
36
36
# see http://docs.python.org/dist/meta-data.html
37
37
META_INFO = {
38
 
    'name':         'brz',
 
38
    'name':         'breezy',
39
39
    'version':      breezy.__version__,
40
 
    'author':       'Canonical Ltd',
41
 
    'author_email': 'bazaar@lists.canonical.com',
42
40
    'maintainer':   'Breezy Developers',
 
41
    'maintainer_email':   'team@breezy-vcs.org',
43
42
    'url':          'https://www.breezy-vcs.org/',
44
43
    'description':  'Friendly distributed version control system',
45
44
    'license':      'GNU GPL v2',