From: Thierry Parmentelat Date: Tue, 24 Jun 2008 22:05:57 +0000 (+0000) Subject: PLC/Legacy needs get packaged X-Git-Tag: PLCAPI-4.3-1~23 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=468e2bdfe1be1b610f9db374219e92e47a7c3b8e;p=plcapi.git PLC/Legacy needs get packaged --- diff --git a/setup.py b/setup.py index 9a50d8c1..cfa5c001 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']),