bring over newinterface branch from Verivue
[plcapi.git] / setup.py
index d29222f..0133427 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -5,12 +5,15 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
+# $Id$
+# $URL$
+#
 
 from distutils.core import setup
 from glob import glob
 
 setup(py_modules = ['ModPython'],
-      packages = ['PLC', 'PLC/Methods', 'PLC/Methods/system', 'PLC/Accessors', 'aspects'],
+      packages = ['PLC', 'PLC/Methods', 'PLC/Methods/system', 'PLC/Methods/Legacy', 'PLC/Accessors', 'aspects'],
       scripts = ['plcsh', 'Server.py'],
       data_files = [
         ('', ['planetlab5.sql']),