X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=setup.py;h=f1db3c12c9a527a9144896867142ded8697d15f3;hb=HEAD;hp=f3f664d50d324d03aeb91b813d9948249199d2fa;hpb=d0b0eaf76d414da4b32313db94c1e38f29c0da60;p=djbdns-logparse.git diff --git a/setup.py b/setup.py index f3f664d..f1db3c1 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name = 'djbdns-logparse', - version = '0.0.1', + version = '0.0.2', author = 'Michael Orlitzky', author_email = 'michael@orlitzky.com', url = 'http://michael.orlitzky.com/code/djbdns-logparse.xhtml', @@ -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+' )