Commit 2c5a61f6 authored by Benjamin Peterson's avatar Benjamin Peterson

merge 2.7.7 release branch

parents 1c1d1e2b 672b0436
......@@ -1035,8 +1035,12 @@ def add_files(db):
lib.add_file("zipdir.zip")
if dir=='tests' and parent.physical=='distutils':
lib.add_file("Setup.sample")
if dir=='audiodata':
lib.glob("*.*")
if dir=='decimaltestdata':
lib.glob("*.decTest")
if dir=='imghdrdata':
lib.glob("*.*")
if dir=='xmltestdata':
lib.glob("*.xml")
lib.add_file("test.xml.out")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment