From 468e2bdfe1be1b610f9db374219e92e47a7c3b8e Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 24 Jun 2008 22:05:57 +0000 Subject: [PATCH] PLC/Legacy needs get packaged --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9a50d8c..cfa5c00 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ from distutils.core import setup from glob import glob setup(py_modules = ['ModPython'], - packages = ['PLC', 'PLC/Methods', 'PLC/Methods/system'], + packages = ['PLC', 'PLC/Methods', 'PLC/Legacy', 'PLC/Methods/system'], scripts = ['plcsh', 'Server.py'], data_files = [('', ['planetlab5.sql']), ('php', ['php/plc_api.php']), -- 2.43.0