Newer
Older
tconfpy / setup.py
@tundra tundra on 13 Jan 2005 231 bytes Updated copyright.
# Install tconfpy as a Python Module
# Copyright (c) 2005, TundraWare Inc., All Rights Reserved
# $Id: setup.py,v 1.2 2005/01/13 22:12:03 tundra Exp $

from distutils.core import setup
setup(name="tconfpy", py_modules=["tconfpy"])