From: Thierry Parmentelat Date: Fri, 15 Feb 2013 16:14:10 +0000 (+0100) Subject: this was intended to be part of the previous commit X-Git-Tag: plcapi-5.2-1~16 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=3eddbfc574290b168a3583dca796e07e4ad82857 this was intended to be part of the previous commit --- 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',