''' $Id$ '''

from distutils.core import setup
setup (name='flowgrep',
    version='0.8.1',
    description='Flowgrep is a TCP and UDP payload grep utility. It allows you to log the connection payload or kill the connection based on regular expressions.',
    author='Jose Nazario',
    author_email='jose@monkey.org',
    url='http://monkey.org/~jose/software/flowgrep/',
    license='BSD 3-clause',
    platforms='UNIX, OS X',
    data_files=[('/usr/sbin/', [ 'flowgrep']), ('/usr/man/man8/', [ 'flowgrep.8'])],
)


syntax highlighted by Code2HTML, v. 0.9.1