Newer
Older
tconfpy / setup.py
@tundra tundra on 5 Apr 2004 231 bytes Initial revision
# 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 setup
setup(name="tconfpy", py_modules=["tconfpy"])