mirror of
https://github.com/python/cpython.git
synced 2025-10-31 21:51:50 +00:00
Patch #1459476: install PKG-INFO metadata alongside distutils-installed packages.
This commit is contained in:
parent
16e86da730
commit
02e19975d4
2 changed files with 76 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue