removes wildcard for testing
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 30 Jan 2007 11:37:02 +0000 (11:37 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 30 Jan 2007 11:37:02 +0000 (11:37 +0000)
setup.py

index bd3f8fb..5465bc4 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: setup.py,v 1.5 2007/01/09 16:33:16 mlhuang Exp $
+# $Id: setup.py,v 1.6 2007/01/30 11:27:12 thierry Exp $
 #
 
 from distutils.core import setup
@@ -15,4 +15,6 @@ setup(py_modules = ['ModPython'],
       scripts = ['plcsh', 'Server.py', 'Test.py'],
       data_files = [('', ['planetlab4.sql']),
                     ('php', ['php/plc_api.php']),
-                    ('migrations', ['migrations/*.sql','migrations/README.txt'])])
+#                    ('migrations', ['migrations/*.sql','migrations/README.txt']),
+                    ('migrations', ['migrations/README.txt']),
+                    ])