From 3eddbfc574290b168a3583dca796e07e4ad82857 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 15 Feb 2013 17:14:10 +0100 Subject: [PATCH] this was intended to be part of the previous commit --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 72ae162..4ead837 100755 --- 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', -- 2.43.0