# Install tsearchpath as a Python Module # Copyright (c) 2010, TundraWare Inc., All Rights Reserved # $Id: setup.py,v 1.100 2010/06/24 15:27:49 tundra Exp $ from distutils.core import setup setup(name="tsearchpath", py_modules=["tsearchpath"])