removes wildcard for testing
[plcapi.git] / setup.py
index 95dc5a4..5465bc4 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -5,13 +5,16 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: setup.py,v 1.3 2006/10/27 19:56:55 mlhuang Exp $
+# $Id: setup.py,v 1.6 2007/01/30 11:27:12 thierry Exp $
 #
 
 from distutils.core import setup
 
 setup(py_modules = ['ModPython'],
       packages = ['PLC', 'PLC/Methods', 'PLC/Methods/system'],
-      scripts = ['Shell.py', 'Server.py', 'Test.py'],
+      scripts = ['plcsh', 'Server.py', 'Test.py'],
       data_files = [('', ['planetlab4.sql']),
-                    ('php', ['php/plc_api.php'])])
+                    ('php', ['php/plc_api.php']),
+#                    ('migrations', ['migrations/*.sql','migrations/README.txt']),
+                    ('migrations', ['migrations/README.txt']),
+                    ])