#!/usr/bin/env python from distutils.core import setup setup(name='hostinfo-tools', version="0.2.3", description='Hostinfo database interface scripts', author='Alexander Sulfrian', author_email='alex@spline.inf.fu-berlin.de', url='http://git.spline.inf.fu-berlin.de/hostinfo-tools/', packages=['hostinfo'], scripts=['bin/hostinfo'])