X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;fp=setup.py;h=cfa5c0015f6dbe64b4290010f234aa82e3c7d202;hb=468e2bdfe1be1b610f9db374219e92e47a7c3b8e;hp=9a50d8c1d89f9114b76e034870c2a19007185502;hpb=177ab4444e26220ac6b5d74d85af412a6b8ba72a;p=plcapi.git 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']),