/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: 2009-01-16 16:14:41 UTC
  • mto: (0.217.55 git-serve)
  • mto: This revision was merged to the branch mainline in revision 6960.
  • Revision ID: jelmer@samba.org-20090116161441-78ec9txlb7xdqbno
Retrieve mapping from repository rather than just using the default mapping.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
      Git branches in Bazaar.
16
16
      """,
17
17
      package_dir={'bzrlib.plugins.git':'.'},
18
 
      packages=['bzrlib.plugins.git']
 
18
      packages=['bzrlib.plugins.git'],
 
19
      scripts=['bzr-receive-pack', 'bzr-upload-pack'],
19
20
      )