# Install tconfpy as a Python Module # Copyright (c) 2003-2005, TundraWare Inc., All Rights Reserved # $Id: setup.py,v 1.3 2005/01/13 22:21:43 tundra Exp $ from distutils.core import setup setup(name="tconfpy", py_modules=["tconfpy"])