for executable migration scripts
[plcapi.git] / setup.py
index d83636f..5df2a9e 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.7 2007/01/30 11:37:02 thierry Exp $
+# $Id: setup.py,v 1.8 2007/01/30 11:48:14 thierry Exp $
 #
 
 from distutils.core import setup
@@ -16,5 +16,5 @@ setup(py_modules = ['ModPython'],
       scripts = ['plcsh', 'Server.py', 'Test.py'],
       data_files = [('', ['planetlab4.sql']),
                     ('php', ['php/plc_api.php']),
-                    ('migrations', ['migrations/README.txt'] + glob('migrations/[0-9][0-9][0-9]*.sql')),
+                    ('migrations', ['migrations/README.txt'] + glob('migrations/[0-9][0-9][0-9]*')),
                     ])