735
735
if not 'bdist_egg' in sys.argv:
736
736
# generate and install brz.1 only with plain install, not the
740
740
DATA_FILES = DATA_FILES + I18N_FILES
742
742
ARGS = {'scripts': ['brz',
743
743
# TODO(jelmer): Only install the git scripts if
748
748
'data_files': DATA_FILES,
749
749
'cmdclass': command_classes,
750
750
'ext_modules': ext_modules,