~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Martin Pool
  • Date: 2005-08-17 02:11:25 UTC
  • Revision ID: mbp@sourcefrog.net-20050817021125-178eae78b609dad8
- note for contributors to please update the NEWS file

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
      license='GNU GPL v2',
16
16
      packages=['bzrlib',
17
17
                'bzrlib.plugins',
 
18
                'bzrlib.plugins.changeset',
18
19
                'bzrlib.selftest',
19
20
                'bzrlib.util',
20
21
                'bzrlib.util.elementtree',
21
22
                'bzrlib.util.effbot.org',
22
 
                ],
 
23
                'bzrlib.util.urlgrabber'],
23
24
      scripts=['bzr'])