mirror of https://github.com/python/cpython
Patch #1468: Package Lib/test/*.pem.
This commit is contained in:
parent
044d709111
commit
0ffdacd53b
|
@ -932,6 +932,7 @@ def add_files(db):
|
||||||
lib.add_file("check_soundcard.vbs")
|
lib.add_file("check_soundcard.vbs")
|
||||||
lib.add_file("empty.vbs")
|
lib.add_file("empty.vbs")
|
||||||
lib.glob("*.uue")
|
lib.glob("*.uue")
|
||||||
|
lib.glob("*.pem")
|
||||||
lib.add_file("readme.txt", src="README")
|
lib.add_file("readme.txt", src="README")
|
||||||
if dir=='decimaltestdata':
|
if dir=='decimaltestdata':
|
||||||
lib.glob("*.decTest")
|
lib.glob("*.decTest")
|
||||||
|
|
Loading…
Reference in New Issue