from distutils.core import setup setup(name="hyperestraier", version="0.10.4", description="HyperEstraier client library for Pure Python", author="Hiroki Ohtani", author_email="liris.pp@gmail.com", url = "http://www.liris.org/tech/program/hyerestraier-purepython/", py_modules = ["hyperestraier"])