# Install validate-upg as a Python Module # Copyright (c) 2005, TundraWare Inc., All Rights Reserved # $Id: setup.py,v 1.100 2005/03/02 05:55:45 tundra Exp $ from distutils.core import setup setup(name="validate-upg", py_modules=["validate-upg"])