Newer
Older
pystat / setup.py
@tundra tundra on 17 Feb 2010 230 bytes Initial Version
# Install pystat as a Python Module
# Copyright (c) 2010, TundraWare Inc., All Rights Reserved
# $Id: setup.py,v 1.100 2010/02/18 00:58:55 tundra Exp $

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