setup.py
branchstable
changeset 41455 8427fea04017
parent 41161 98ce494e104d
child 41533 0f64091cc851
equal deleted inserted replaced
41447:189e06b2d719 41455:8427fea04017
  1132 if issetuptools:
  1132 if issetuptools:
  1133     extra['python_requires'] = supportedpy
  1133     extra['python_requires'] = supportedpy
  1134 if py2exeloaded:
  1134 if py2exeloaded:
  1135     extra['console'] = [
  1135     extra['console'] = [
  1136         {'script':'hg',
  1136         {'script':'hg',
  1137          'copyright':'Copyright (C) 2005-2018 Matt Mackall and others',
  1137          'copyright':'Copyright (C) 2005-2019 Matt Mackall and others',
  1138          'product_version':version}]
  1138          'product_version':version}]
  1139     # sub command of 'build' because 'py2exe' does not handle sub_commands
  1139     # sub command of 'build' because 'py2exe' does not handle sub_commands
  1140     build.sub_commands.insert(0, ('build_hgextindex', None))
  1140     build.sub_commands.insert(0, ('build_hgextindex', None))
  1141     # put dlls in sub directory so that they won't pollute PATH
  1141     # put dlls in sub directory so that they won't pollute PATH
  1142     extra['zipfile'] = 'lib/library.zip'
  1142     extra['zipfile'] = 'lib/library.zip'