diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..b8b0627 --- /dev/null +++ b/setup.py @@ -0,0 +1,6 @@ +# Install tconfpy as a Python Module +# Copyright (c) 2004, TundraWare Inc., All Rights Reserved +# $Id: setup.py,v 1.1 2004/04/05 07:42:20 tundra Exp $ + +from distutils.core import setup +setup(name="tconfpy", py_modules=["tconfpy"])