package ModWSGI.wsgi
[plcapi.git] / setup.py
index f0846cf..3291cd5 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,7 +13,7 @@ setup(py_modules = ['ModPython'],
       packages = ['PLC', 'PLC/Methods', 'PLC/Methods/system', 'PLC/Accessors', 'aspects'],
       scripts = ['plcsh', 'Server.py'],
       data_files = [
-        ('', ['planetlab5.sql']),
+        ('', ['planetlab5.sql' , 'ModWSGI.wsgi' ]),
         ('php', ['php/plc_api.php']),
         ('migrations', 
          ['migrations/README.txt',