From b1665467eef1cd6b6e0defa29ee59f1f2c4e694e Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Fri, 27 Oct 2006 19:56:55 +0000 Subject: [PATCH] - include system. methods --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 249da4d..1f5633b 100755 --- a/setup.py +++ b/setup.py @@ -5,12 +5,12 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: setup.py,v 1.1 2006/10/27 18:54:21 mlhuang Exp $ +# $Id: setup.py,v 1.2 2006/10/27 19:53:06 mlhuang Exp $ # from distutils.core import setup setup(py_modules = ['ModPython'], - packages = ['PLC', 'PLC/Methods'], + packages = ['PLC', 'PLC/Methods', 'PLC/Methods/system'], scripts = ['Shell.py', 'Server.py', 'Test.py'], data_files = [('php', ['php/plc_api.php'])]) -- 2.43.0