/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: 2018-03-30 14:32:55 UTC
  • mfrom: (0.200.1904 work)
  • mto: This revision was merged to the branch mainline in revision 6960.
  • Revision ID: jelmer@jelmer.uk-20180330143255-jws2cvjxrjai22gv
bundle brz-git plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
        ],
60
60
    'extras_require': {
61
61
        'fastimport': ['fastimport'],
 
62
        'git': ['dulwich'],
62
63
        },
63
64
}
64
65