diff --git a/setup.py b/setup.py index 2c4c76b1a..f7cd0ddcb 100644 --- a/setup.py +++ b/setup.py @@ -37,6 +37,7 @@ PACKAGES = [ 'spacy.bn', 'spacy.he', 'spacy.en.lemmatizer', + 'spacy.cli.converters', 'spacy.language_data', 'spacy.serialize', 'spacy.syntax',