#!/usr/bin/env python

from distutils.core import setup

setup(name='buzhug',
      version='1.6',
      description='Buzhug, a pure-Python database',
      author='Pierre Quentel',
      author_email='pierre.quentel@gmail.com',
      url='http://buzhug.sourceforge.net/',
      packages = ['buzhug']
     )

