~launchpad-pqm/launchpad/devel

1102 by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs
1
#!/usr/bin/env python
2
3
from distutils.core import setup
4
5
setup(name="tcpwatch",
6
      version="1.2.1",
7
      description="TCP monitoring and logging tool with support for HTTP 1.1",
8
      author="Shane Hathaway",
9
      author_email="shane@zope.com",
10
      url="http://hathawaymix.org/Software/TCPWatch",
11
      scripts=('tcpwatch.py',),
12
     )
13