#!/usr/bin/python # # Setup script for PLCAPI # # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # # $Id: setup.py,v 1.1 2005/12/22 21:43:25 mlhuang Exp $ # from distutils.core import setup setup(py_modules = ['ModPython'], packages = ['PLC', 'PLC/Methods'], data_files = [('php', ['php/plc_api.php'])])