From 9a1ad3a9ff77c6300305973c60aead95051a8100 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 5 Feb 2013 13:02:14 +0100 Subject: [PATCH] ... --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6918ba26..72ae1629 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup(packages = ['PLC', 'PLC/Methods', 'PLC/Methods/system', 'PLC/Accessors', ' data_files = [ ('', ['planetlab5.sql']), # don't package for mod_python anymore - (' apache', ['apache/plc.wsgi']), + ('apache', ['apache/plc.wsgi']), ('php', ['php/plc_api.php']), ('migrations', ['migrations/README.txt', -- 2.47.0