commit | 02e19975d40fcef39b061c5cf8c3bdfec0877cb4 | [log] [tgz] |
---|---|---|
author | Phillip J. Eby <pje@telecommunity.com> | Mon Mar 27 21:55:21 2006 +0000 |
committer | Phillip J. Eby <pje@telecommunity.com> | Mon Mar 27 21:55:21 2006 +0000 |
tree | fece7167d07874864a7e04a54003dbc4f8a19c8e | |
parent | 16e86da730c4e22fa4e9ea950574055057a6461b [diff] [blame] |
Patch #1459476: install PKG-INFO metadata alongside distutils-installed packages.
diff --git a/Lib/distutils/command/install.py b/Lib/distutils/command/install.py index 7723761..453151d 100644 --- a/Lib/distutils/command/install.py +++ b/Lib/distutils/command/install.py
@@ -601,6 +601,7 @@ ('install_headers', has_headers), ('install_scripts', has_scripts), ('install_data', has_data), + ('install_egg_info', lambda self:True), ] # class install