~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/tcpwatch/setup.py

Commit instead of abort.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
from distutils.core import setup
4
4
 
5
 
 
6
5
setup(name="tcpwatch",
7
6
      version="1.2.1",
8
7
      description="TCP monitoring and logging tool with support for HTTP 1.1",