restore missing line in setup.py

Former-commit-id: bb18f741e2
This commit is contained in:
Rob Speer 2015-05-12 12:24:18 -04:00
parent 1c65cb9f14
commit 6f61cac4cb

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")