from distutils.core import setup
setup(name='sipb_xen_database',
      version='0.1',
      packages=['sipb_xen_database'],
      )
