from distutils.core import setup
setup(name='LiveStats',
version='1.0',
description='LiveStats solves the problem of generating accurate statistics for when your data set is too large to fit in memory, or too costly to sort.',
author='Sean Cassidy',
author_email='gward@python.net',
url='https://bitbucket.org/scassidy/livestats',
packages=['livestats'],
)