declare 'mecab' as an extra

Former-commit-id: a69ea5ad52
This commit is contained in:
Rob Speer 2015-07-02 17:11:51 -04:00
parent 5d0d5f7cd2
commit 19e74e91c6

View File

@ -50,5 +50,8 @@ setup(
# turn, it depends on libmecab-dev being installed on the system. It's not
# listed under 'install_requires' because wordfreq should be usable in
# other languages without it.
extras_require={
'mecab': 'mecab-python3'
},
tests_require=['mecab-python3'],
)