From 085d2632ea5f116e91d8435c21aa1163ce40ac97 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 31 Jan 2013 20:28:14 +0100 Subject: [PATCH] package ModWSGI.wsgi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d29222f..3291cd5 100755 --- a/setup.py +++ b/setup.py @@ -13,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', -- 2.43.0