# 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"])