Add cli to setup.py

This commit is contained in:
Matthew Honnibal 2017-03-18 19:00:39 +01:00
parent dcec104643
commit afb94e5702

View File

@ -20,6 +20,7 @@ PACKAGE_DATA = {'': ['*.pyx', '*.pxd', '*.txt', '*.tokens']}
PACKAGES = [
'spacy',
'spacy.cli',
'spacy.tokens',
'spacy.en',
'spacy.de',