Commit c47771f8 by Will Daly

Remove data directory installation from setup.py

parent 64bab017
......@@ -35,7 +35,7 @@ def load_requirements(*requirements_paths):
setup(
name = "ease",
version = "0.1.2",
packages=['ease', 'ease.external_code', 'ease.data', 'ease.data.nltk_data'],
packages=['ease'],
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