Newer
Older
tconfpy / setup.py
@tundra tundra on 5 Apr 2004 231 bytes Initial revision
  1. # Install tconfpy as a Python Module
  2. # Copyright (c) 2004, TundraWare Inc., All Rights Reserved
  3. # $Id: setup.py,v 1.1 2004/04/05 07:42:20 tundra Exp $
  4.  
  5. from distutils.core import setup
  6. setup(name="tconfpy", py_modules=["tconfpy"])