Newer
Older
tgetwx / setup.py
@tundra tundra on 19 Feb 2014 169 bytes Initial revision
# Install tgetwx as a Python Module
# $Id: setup.py,v 1.1 2014/02/19 18:30:00 tundra Exp $

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