/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: Robert Collins
  • Date: 2006-03-03 02:09:49 UTC
  • mto: (1594.2.4 integration)
  • mto: This revision was merged to the branch mainline in revision 1596.
  • Revision ID: robertc@robertcollins.net-20060303020949-0ddc6f33d0a43943
Smoke test for RevisionStore factories creating revision stores.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
########################
82
82
 
83
83
setup(name='bzr',
84
 
      version='0.8pre',
 
84
      version='0.7pre',
85
85
      author='Martin Pool',
86
86
      author_email='mbp@sourcefrog.net',
87
87
      url='http://www.bazaar-ng.org/',
93
93
                'bzrlib.export',
94
94
                'bzrlib.plugins',
95
95
                'bzrlib.store',
96
 
                'bzrlib.store.revision',
97
 
                'bzrlib.store.versioned',
98
96
                'bzrlib.tests',
99
97
                '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',
107
98
                'bzrlib.transport',
108
 
                'bzrlib.transport.http',
109
99
                'bzrlib.ui',
110
100
                'bzrlib.util',
111
101
                'bzrlib.util.elementtree',