# Install tconfpy as a Python Module# Copyright (c) 2004, TundraWare Inc., All Rights Reserved# $Id: setup.py,v 1.1 2004/04/05 07:42:20 tundra Exp $ from distutils.core import setupsetup(name="tconfpy", py_modules=["tconfpy"])