~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Robert Collins
  • Date: 2005-10-06 22:15:52 UTC
  • mfrom: (1185.13.2)
  • mto: This revision was merged to the branch mainline in revision 1420.
  • Revision ID: robertc@robertcollins.net-20051006221552-9b15c96fa504e0ad
mergeĀ fromĀ upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
########################
52
52
 
53
53
setup(name='bzr',
54
 
      version='0.0.6',
 
54
      version='0.1',
55
55
      author='Martin Pool',
56
56
      author_email='mbp@sourcefrog.net',
57
57
      url='http://www.bazaar-ng.org/',
61
61
                'bzrlib.plugins',
62
62
                'bzrlib.selftest',
63
63
                'bzrlib.util',
 
64
                'bzrlib.transport',
 
65
                'bzrlib.store',
64
66
                'bzrlib.util.elementtree',
65
67
                'bzrlib.util.effbot.org',
66
68
                ],