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', keywords = 'djbdns, tinydns, dnscache', scripts = ['bin/djbdns-logparse'], packages = ['djbdns'], package_dir = {'djbdns': 'src/djbdns'}, description = 'Convert tinydns and dnscache logs to human-readable form', license = 'doc/LICENSE' )