cpython/Lib/distutils/command
Greg Ward 865de83668 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.
1999-09-21 18:31:14 +00:00
..
__init__.py First checkin of real Distutils command modules. 1999-03-22 14:55:25 +00:00
build.py Only run build_py if we have pure Python modules, and build_ext if we 1999-09-21 18:27:55 +00:00
build_ext.py Some option changes: 1999-09-21 18:27:12 +00:00
build_py.py Basically a complete rewrite to support dealing with modules in whole 1999-09-21 18:22:34 +00:00
install.py Added 'install_path' option for giving non-packagized module 1999-09-21 18:31:14 +00:00
install_ext.py New command -- install_ext to install extension modules. 1999-09-13 03:10:25 +00:00
install_lib.py Changed selection of installation directories (in 'set_final_options()') 1999-09-13 13:58:34 +00:00
install_py.py Changed selection of installation directories (in 'set_final_options()') 1999-09-13 13:58:34 +00:00