X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;fp=setup.py;h=bd3f8fbda56e76a5c9eb698c325fdfe45c4a2cc7;hb=f62304dea30e549193712bb442bf2ebcbb2814bc;hp=60a4edebc513f3da4a1264306f5b84ce6c767d9e;hpb=b769703bf7f532b5042ed2fdf126cbd91adeb52a;p=plcapi.git diff --git a/setup.py b/setup.py index 60a4edeb..bd3f8fbd 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: setup.py,v 1.4 2006/10/27 20:08:46 mlhuang Exp $ +# $Id: setup.py,v 1.5 2007/01/09 16:33:16 mlhuang Exp $ # from distutils.core import setup @@ -14,4 +14,5 @@ setup(py_modules = ['ModPython'], packages = ['PLC', 'PLC/Methods', 'PLC/Methods/system'], scripts = ['plcsh', 'Server.py', 'Test.py'], data_files = [('', ['planetlab4.sql']), - ('php', ['php/plc_api.php'])]) + ('php', ['php/plc_api.php']), + ('migrations', ['migrations/*.sql','migrations/README.txt'])])