Register vectors.pyx in setup

This commit is contained in:
Matthew Honnibal 2017-06-05 12:32:22 +02:00
parent eb7cbb62c2
commit c811790095

View File

@ -44,6 +44,7 @@ MOD_NAMES = [
'spacy.matcher', 'spacy.matcher',
'spacy.syntax.ner', 'spacy.syntax.ner',
'spacy.symbols', 'spacy.symbols',
'spacy.vectors',
'spacy.syntax.iterators'] 'spacy.syntax.iterators']