from distutils.core import setup setup( name = 'djbdns-logparse', version = '0.0.1', author = 'Michael Orlitzky', author_email = 'michael@orlitzky.com', url = 'http://michael.orlitzky.com/code/djbdns-logparse.xhtml', scripts = ['bin/djbdns-logparse'], description = 'Convert tinydns and dnscache logs to human-readable form', license = 'doc/LICENSE' )