]> gitweb.michael.orlitzky.com - djbdns-logparse.git/blobdiff - setup.py
setup.py,doc/*: shorten the programs description by a few characters.
[djbdns-logparse.git] / setup.py
index f3f664d50d324d03aeb91b813d9948249199d2fa..1a50178d7fb98c7f2f6c3b80d95e56c69b8cd632 100644 (file)
--- 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+'
 )