Newer
Older
tsearchpath / setup.py
@tundra tundra on 24 Jun 2010 245 bytes Initial Version
# 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"])