Commit 0ba70fe2 by Vik Paruchuri

Fix setup.py

parent cf5e827c
......@@ -6,7 +6,7 @@ with open('requirements.txt') as f:
setup(
name = "ease",
version = "0.1",
packages=['ease', 'ease.external_code', 'ease.data', 'ease.external_code.fisher', 'ease.data.nltk_data'],
packages=['ease', 'ease.external_code', 'ease.data', 'ease.data.nltk_data'],
package_data = {
'': ['*.txt', '*.rst', '*.p', '*.zip'],
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment