* Compile attrs.pyx

This commit is contained in:
Matthew Honnibal 2015-07-17 16:39:25 +02:00
parent 9e3f17051b
commit a9149fdcbd

View File

@ -150,7 +150,7 @@ def main(modules, is_pypy):
MOD_NAMES = ['spacy.parts_of_speech', 'spacy.strings',
'spacy.lexeme', 'spacy.vocab',
'spacy.lexeme', 'spacy.vocab', 'spacy.attrs',
'spacy.morphology',
'spacy.syntax.stateclass',
'spacy._ml', 'spacy._theano',