X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=setup.py;h=1a50178d7fb98c7f2f6c3b80d95e56c69b8cd632;hb=6c0e23f86bf271b9467ac0432a2a3a1e9120f431;hp=f3f664d50d324d03aeb91b813d9948249199d2fa;hpb=1351de7cf50709c787e111e2c635d46f714858f0;p=djbdns-logparse.git diff --git a/setup.py b/setup.py index f3f664d..1a50178 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( scripts = ['bin/djbdns-logparse'], packages = ['djbdns'], package_dir = {'djbdns': 'djbdns'}, - description = 'Convert tinydns and dnscache logs to human-readable form', + description = 'Make tinydns and dnscache logs human-readable', test_suite = 'test.build_suite', license = 'AGPLv3+' )