diff --git a/setup.py b/setup.py index 5a11d38..ebf732a 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ # Install tconfpy as a Python Module -# Copyright (c) 2005, TundraWare Inc., All Rights Reserved -# $Id: setup.py,v 1.2 2005/01/13 22:12:03 tundra Exp $ +# Copyright (c) 2003-2005, TundraWare Inc., All Rights Reserved +# $Id: setup.py,v 1.3 2005/01/13 22:21:43 tundra Exp $ from distutils.core import setup setup(name="tconfpy", py_modules=["tconfpy"])