mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Backport the distutils part of r83399 to fix #7645.
This commit is contained in:
parent
9fd9264155
commit
f213d2317c
2 changed files with 4 additions and 0 deletions
|
@ -1019,6 +1019,8 @@ def add_files(db):
|
|||
lib.glob("*.pem")
|
||||
lib.glob("*.pck")
|
||||
lib.add_file("zipdir.zip")
|
||||
if dir=='tests' and parent.physical=='distutils':
|
||||
lib.add_file("Setup.sample")
|
||||
if dir=='decimaltestdata':
|
||||
lib.glob("*.decTest")
|
||||
if dir=='output':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue