updated
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Fri, 14 Sep 2012 17:35:01 +0000 (13:35 -0400)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Fri, 14 Sep 2012 17:35:01 +0000 (13:35 -0400)
setup.py

index d29222f..301f3e7 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -13,11 +13,7 @@ setup(py_modules = ['ModPython'],
       packages = ['PLC', 'PLC/Methods', 'PLC/Methods/system', 'PLC/Accessors', 'aspects'],
       scripts = ['plcsh', 'Server.py'],
       data_files = [
-        ('', ['planetlab5.sql']),
+        ('', ['configs/default_config']),
         ('php', ['php/plc_api.php']),
-        ('migrations', 
-         ['migrations/README.txt',
-          'migrations/extract-views.py'] 
-         + glob('migrations/[0-9][0-9][0-9]*')),
         ('extensions', ['extensions/README.txt']),
         ])