Newer
Older
tren / setup.py
@tundra tundra on 14 Jan 2010 224 bytes Initial Version
# Install tren as a Python Module
# Copyright (c) 2010, TundraWare Inc., All Rights Reserved
# $Id: setup.py,v 1.100 2010/01/14 18:24:02 tundra Exp $

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