/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: James Blackwell
  • Date: 2006-05-05 01:05:04 UTC
  • mfrom: (1697 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1700.
  • Revision ID: jblack@merconline.com-20060505010504-264cb48507e53b64
mergedĀ mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
########################
82
82
 
83
83
setup(name='bzr',
84
 
      version='0.7pre',
 
84
      version='0.8pre',
85
85
      author='Martin Pool',
86
86
      author_email='mbp@sourcefrog.net',
87
87
      url='http://www.bazaar-ng.org/',
97
97
                'bzrlib.store.versioned',
98
98
                'bzrlib.tests',
99
99
                'bzrlib.tests.blackbox',
 
100
                'bzrlib.tests.branch_implementations',
 
101
                'bzrlib.tests.bzrdir_implementations',
 
102
                'bzrlib.tests.interrepository_implementations',
 
103
                'bzrlib.tests.interversionedfile_implementations',
 
104
                'bzrlib.tests.repository_implementations',
 
105
                'bzrlib.tests.revisionstore_implementations',
 
106
                'bzrlib.tests.workingtree_implementations',
100
107
                'bzrlib.transport',
101
108
                'bzrlib.transport.http',
102
109
                'bzrlib.ui',