* Add uget to setup.py

This commit is contained in:
Matthew Honnibal 2015-10-19 17:15:40 +11:00
parent 6727a46bb5
commit 382cbc8cab

View File

@ -201,6 +201,7 @@ MOD_NAMES = ['spacy.parts_of_speech', 'spacy.strings',
'spacy.syntax.arc_eager',
'spacy.syntax._parse_features',
'spacy.gold', 'spacy.orth',
'spacy.uget',
'spacy.tokens.doc', 'spacy.tokens.spans', 'spacy.tokens.token',
'spacy.serialize.packer', 'spacy.serialize.huffman', 'spacy.serialize.bits',
'spacy.cfile', 'spacy.matcher',