Below is the file 'setup.py' from this revision. You can also download the file.
#!/usr/bin/python from distutils.core import setup setup(name="goatpy", version="0.1", py_modules=['nmapwrapper', 'snmpwrapper', 'utility'])