/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: 2008-08-05 21:46:12 UTC
  • mto: (0.64.89 fastimport_trunk)
  • mto: This revision was merged to the branch mainline in revision 6631.
  • Revision ID: jelmer@samba.org-20080805214612-s8n5ntvah22mr89n
Fix setup.py
Install bzr-fast-exporter.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
bzr_minimum_version = (1, 1, 0)
8
8
bzr_maximum_version = None
9
9
 
10
 
if __name__ == 'main':
 
10
if __name__ == '__main__':
11
11
    setup(name="fastimport",
12
12
          version="0.7.0dev0",
13
13
          description="stream-based import into and export from Bazaar.",
15
15
          author_email="bazaar@lists.canonical.com",
16
16
          license = "GNU GPL v2",
17
17
          url="https://launchpad.net/bzr-fastimport",
 
18
          scripts=['exporters/bzr-fast-export'],
18
19
          packages=['bzrlib.plugins.fastimport',
19
20
                    'bzrlib.plugins.fastimport.processors',
20
21
                    'bzrlib.plugins.fastimport.tests',