Commit 4c226dac authored by Martin v. Löwis's avatar Martin v. Löwis

Do not add txt files twice.

parent 52e61449
......@@ -1021,8 +1021,6 @@ def add_files(db):
lib.add_file("zipdir.zip")
if dir=='tests' and parent.physical=='distutils':
lib.add_file("Setup.sample")
if dir=='cjkencodings':
lib.glob("*.txt")
if dir=='decimaltestdata':
lib.glob("*.decTest")
if dir=='output':
......
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