Patch #1459476: install PKG-INFO metadata alongside distutils-installed packages.

This commit is contained in:
Phillip J. Eby 2006-03-27 21:55:21 +00:00
parent 16e86da730
commit 02e19975d4
2 changed files with 76 additions and 0 deletions

View file

@ -601,6 +601,7 @@ def has_data (self):
('install_headers', has_headers),
('install_scripts', has_scripts),
('install_data', has_data),
('install_egg_info', lambda self:True),
]
# class install