File: setup.py

package info (click to toggle)
python-pattern 2.6%2Bgit20150109-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 78,672 kB
  • sloc: python: 53,865; xml: 11,965; ansic: 2,318; makefile: 94
file content (10 lines) | stat: -rw-r--r-- 385 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
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"]
      )