Merge branch 'plcapi-nova' of ssh://git.planet-lab.org/git/plcapi into plcapi-nova
[plcapi.git] / setup.py
index f0846cf..301f3e7 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -5,9 +5,6 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id$
-# $URL$
-#
 
 from distutils.core import setup
 from glob import glob
@@ -16,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']),
         ])