"Fossies" - the Fresh Open Source Software Archive

Member "tren-1.242/setup.py" (1 Aug 2011, 224 Bytes) of package /linux/privat/old/tren-1.242.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Python source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. For more information about "setup.py" see the Fossies "Dox" file reference documentation.

    1 # Install tren as a Python Module
    2 # Copyright (c) 2010, TundraWare Inc., All Rights Reserved
    3 # $Id: setup.py,v 1.100 2010/01/14 18:24:02 tundra Exp $
    4 
    5 from distutils.core import setup
    6 setup(name="tren", py_modules=["tren"])