PLC/Legacy needs get packaged
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 24 Jun 2008 22:05:57 +0000 (22:05 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 24 Jun 2008 22:05:57 +0000 (22:05 +0000)
setup.py

index 9a50d8c..cfa5c00 100755 (executable)
--- 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']),