Remove syntax iterators from setup.py

This commit is contained in:
ines 2017-06-05 12:30:22 +02:00
parent 51d7414e94
commit 152dc018a6

View File

@ -43,8 +43,7 @@ MOD_NAMES = [
'spacy.cfile',
'spacy.matcher',
'spacy.syntax.ner',
'spacy.symbols',
'spacy.syntax.iterators']
'spacy.symbols']
COMPILE_OPTIONS = {