restore missing line in setup.py

Former-commit-id: bb18f741e2
This commit is contained in:
Robyn Speer 2015-05-12 12:24:18 -04:00
parent aa0e844b81
commit fd4df8d1eb

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