this was intended to be part of the previous commit
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 15 Feb 2013 16:14:10 +0000 (17:14 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 15 Feb 2013 16:14:10 +0000 (17:14 +0100)
setup.py

index 72ae162..4ead837 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -13,8 +13,8 @@ setup(packages = ['PLC', 'PLC/Methods', 'PLC/Methods/system', 'PLC/Accessors', '
       scripts = ['plcsh', 'Server.py'],
       data_files = [
         ('', ['planetlab5.sql']),
-        # don't package for mod_python anymore
-        ('apache', ['apache/plc.wsgi']),
+        # package for mod_python and mod_wsgi, defer choice to myplc
+        ('apache', ['apache/ModPython.py', 'apache/__init__.py', 'apache/plc.wsgi']),
         ('php', ['php/plc_api.php']),
         ('migrations', 
          ['migrations/README.txt',