mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Remove wsgiref.egg-info from msi.py (follow-up to d615eb7bce33, #12218)
This commit is contained in:
parent
883456833c
commit
9f0df8bdb8
1 changed files with 0 additions and 2 deletions
|
@ -1010,8 +1010,6 @@ def add_files(db):
|
|||
lib.remove_pyc()
|
||||
# package READMEs if present
|
||||
lib.glob("README")
|
||||
if dir=='Lib':
|
||||
lib.add_file('wsgiref.egg-info')
|
||||
if dir=='test' and parent.physical=='Lib':
|
||||
lib.add_file("185test.db")
|
||||
lib.add_file("audiotest.au")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue