642 |
642 |
643 # copy the various parts of eric6 |
643 # copy the various parts of eric6 |
644 copyTree( |
644 copyTree( |
645 sourceDir, cfg['ericDir'], |
645 sourceDir, cfg['ericDir'], |
646 ['*.py', '*.pyc', '*.pyo', '*.pyw'], |
646 ['*.py', '*.pyc', '*.pyo', '*.pyw'], |
647 ['{1}{0}Examples'.format(os.sep, sourceDir)], |
647 ['{1}{0}Examples'.format(os.sep, sourceDir), |
|
648 '{1}{0}.ropeproject'.format(os.sep, sourceDir)], |
648 excludePatterns=["eric6config.py*"]) |
649 excludePatterns=["eric6config.py*"]) |
649 copyTree( |
650 copyTree( |
650 sourceDir, cfg['ericDir'], ['*.rb'], |
651 sourceDir, cfg['ericDir'], ['*.rb'], |
651 ['{1}{0}Examples'.format(os.sep, sourceDir)]) |
652 ['{1}{0}Examples'.format(os.sep, sourceDir)]) |
652 copyTree( |
653 copyTree( |