Newer
Older
tconfpy / setup.py
@tundra tundra on 13 Jan 2005 236 bytes Corrected copyright.
# 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"])