]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Removed the extra_dirs and path_file metadata options.
authorThomas Heller <theller@ctypes.org>
Fri, 29 Sep 2000 11:36:55 +0000 (11:36 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 29 Sep 2000 11:36:55 +0000 (11:36 +0000)
commit1dbe9d52479c2edcd1384106afbe2e7ba921cf88
tree737f3ea2381816c7ac08b1bc1c0bdd31b230d950
parent4ce4f2eedd81080ea7f6a756dce0e0451045ef8f
Removed the extra_dirs and path_file metadata options.
They are unneeded: All this stuff is already done by the
install command which is run by bdist_wininst.

One bug has been fixed:
The root of the fake install tree is install.install_purelib,
not install.install_lib!
They are different if the extra_path option is used in
the setup function.

Rebuild after the changes to wininst.exe.
Lib/distutils/command/bdist_wininst.py