~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

Move all features to bzrlib.tests.features in 2.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
478
478
    packages.append('sqlite3')
479
479
 
480
480
 
 
481
def get_fastimport_py2exe_info(includes, excludes, packages):
 
482
    # This is the python-fastimport package, not to be confused with the
 
483
    # bzr-fastimport plugin.
 
484
    packages.append('fastimport')
 
485
 
 
486
 
481
487
if 'bdist_wininst' in sys.argv:
482
488
    def find_docs():
483
489
        docs = []
670
676
    if 'svn' in plugins:
671
677
        get_svn_py2exe_info(includes, excludes, packages)
672
678
 
 
679
    if 'fastimport' in plugins:
 
680
        get_fastimport_py2exe_info(includes, excludes, packages)
 
681
 
673
682
    if "TBZR" in os.environ:
674
683
        # TORTOISE_OVERLAYS_MSI_WIN32 must be set to the location of the
675
684
        # TortoiseOverlays MSI installer file. It is in the TSVN svn repo and