from distutils.core import setup
setup(name="pywordnet",
      version="1.4",
      description="An interface to the WordNet database.",
      author="Oliver Steele",
      author_email="steele@cs.brandeis.edu",
      url="http://pywordnet.sourceforge.net",
      py_modules=["wordnet", "wntools"])

