From 02e19975d40fcef39b061c5cf8c3bdfec0877cb4 Mon Sep 17 00:00:00 2001 From: "Phillip J. Eby" Date: Mon, 27 Mar 2006 21:55:21 +0000 Subject: Patch #1459476: install PKG-INFO metadata alongside distutils-installed packages. --- Lib/distutils/command/install.py | 1 + 1 file changed, 1 insertion(+) (limited to 'Lib/distutils/command/install.py') diff --git a/Lib/distutils/command/install.py b/Lib/distutils/command/install.py index 7723761117..453151d08b 100644 --- a/Lib/distutils/command/install.py +++ b/Lib/distutils/command/install.py @@ -601,6 +601,7 @@ class install (Command): ('install_headers', has_headers), ('install_scripts', has_scripts), ('install_data', has_data), + ('install_egg_info', lambda self:True), ] # class install -- cgit v1.2.1