Package some new files that are needed for running the test suite from the MSI package.
authorGeorg Brandl <georg@python.org>
Sun, 1 Aug 2010 09:17:53 +0000 (09:17 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 1 Aug 2010 09:17:53 +0000 (09:17 +0000)
Tools/msi/msi.py

index abb156db53c746d8743bd3a207b151711bb54c0a..93c18b4904513c6b853b54f79ddfd3b17b1ba5fa 100644 (file)
@@ -1009,6 +1009,8 @@ def add_files(db):
             lib.add_file("185test.db")
             lib.add_file("audiotest.au")
             lib.add_file("cfgparser.1")
+            lib.add_file("cfgparser.2")
+            lib.add_file("cfgparser.3")
             lib.add_file("sgml_input.html")
             lib.add_file("testtar.tar")
             lib.add_file("test_difflib_expect.html")
@@ -1019,6 +1021,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=='xmltestdata':