from distutils.core import setup
setup(name="pywordnet",
      version="2.0.1",
      description="An interface to the WordNet database.",
      author="Oliver Steele",
      author_email="steele@osteele.com",
      url="http://pywordnet.sourceforge.net",
      py_modules=["wordnet", "wntools", "concordance"],
#      doc_files=["README.txt", "CHANGES.txt", "docs"]
      )
