~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

Merge 2.2 into 2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
469
469
    packages.append('sqlite3')
470
470
 
471
471
 
 
472
def get_fastimport_py2exe_info(includes, excludes, packages):
 
473
    # This is the python-fastimport package, not to be confused with the
 
474
    # bzr-fastimport plugin.
 
475
    packages.append('fastimport')
 
476
 
 
477
 
472
478
if 'bdist_wininst' in sys.argv:
473
479
    def find_docs():
474
480
        docs = []
661
667
    if 'svn' in plugins:
662
668
        get_svn_py2exe_info(includes, excludes, packages)
663
669
 
 
670
    if 'fastimport' in plugins:
 
671
        get_fastimport_py2exe_info(includes, excludes, packages)
 
672
 
664
673
    if "TBZR" in os.environ:
665
674
        # TORTOISE_OVERLAYS_MSI_WIN32 must be set to the location of the
666
675
        # TortoiseOverlays MSI installer file. It is in the TSVN svn repo and