from distutils.core import setup import sys setup (name = "tcpflow", version = "0.2", description = "Tools used in conjunction with tcpflow to aid in TCP traffic flow analysis.", author = "Bill Bumgarner", author_email = "bbum@mac.com", url = "http://bbum.pycs.net/", licence = "MIT License", scripts = ['httpflow.py'] )