]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added 'install_path' option for giving non-packagized module
authorGreg Ward <gward@python.net>
Tue, 21 Sep 1999 18:31:14 +0000 (18:31 +0000)
committerGreg Ward <gward@python.net>
Tue, 21 Sep 1999 18:31:14 +0000 (18:31 +0000)
commit865de8366872bb5a83e01b96ce4dfdb2a9151d77
tree26b2d23b57226a106daf46d75033fe9bd8358848
parent02e1c56212c29929be2be279b3af70c503e06d52
Added 'install_path' option for giving non-packagized module
  distributions their own directory (and .pth file).
Overhauled how we determine installation directories in
  'set_final_options()' to separate platform-dependence and take
  'install_path' option into account.
Added 'create_path_file()' to create path config file when 'install_path'
  given.
Only run 'install_py' and 'install_ext' when, respectively, there are
  some pure Python modules and some extension modules in the distribution.
Lib/distutils/command/install.py