restore missing line in setup.py

This commit is contained in:
Rob Speer 2015-05-12 12:24:18 -04:00
parent 35aec061de
commit bb18f741e2

View File

@ -17,6 +17,7 @@ classifiers = [
'Topic :: Text Processing :: Linguistic',
]
current_dir = os.path.dirname(__file__)
README_contents = open(os.path.join(current_dir, 'README.txt')).read()
doclines = README_contents.split("\n")