From ddcbf6c3c9d7a1102ff2d22c5d7533d3022a09ed Mon Sep 17 00:00:00 2001 From: Dieter Verfaillie Date: Thu, 24 Mar 2011 15:53:26 +0100 Subject: setup.py: include glade files required by tests --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index f2628aa9..fcef009d 100755 --- a/setup.py +++ b/setup.py @@ -120,6 +120,9 @@ class PyGtkInstallLib(InstallLib): for testfile in glob.glob('tests/test*.py'): self.copy_test(os.path.basename(testfile)) + for gladefile in glob.glob('tests/*.glade'): + self.copy_test(os.path.basename(gladefile)) + class PyGtkInstallData(InstallData): def run(self): -- cgit v1.2.1