/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

Merge the 2.1-simple-set branch

But revert the changes to bzrlib/_btree_serializer_pyx.pyx that didn't end up in that branch.
And restore the export and import headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
265
265
 
266
266
add_pyrex_extension('bzrlib._annotator_pyx')
267
267
add_pyrex_extension('bzrlib._bencode_pyx')
 
268
add_pyrex_extension('bzrlib._btree_serializer_pyx')
268
269
add_pyrex_extension('bzrlib._chunks_to_lines_pyx')
269
270
add_pyrex_extension('bzrlib._groupcompress_pyx',
270
271
                    extra_source=['bzrlib/diff-delta.c'])
295
296
ext_modules.append(Extension('bzrlib._patiencediff_c',
296
297
                             ['bzrlib/_patiencediff_c.c']))
297
298
add_pyrex_extension('bzrlib._simple_set_pyx')
298
 
ext_modules.append(Extension('bzrlib._static_tuple_c',
299
 
                             ['bzrlib/_static_tuple_c.c']))
300
 
add_pyrex_extension('bzrlib._btree_serializer_pyx')
301
299
 
302
300
 
303
301
if unavailable_files: