Make spacy/data a package

This commit is contained in:
Matthew Honnibal 2017-03-18 20:04:22 +01:00
parent bc10d06bc2
commit 5941fb9e92
2 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ PACKAGE_DATA = {'': ['*.pyx', '*.pxd', '*.txt', '*.tokens']}
PACKAGES = [
'spacy',
'spacy.data',
'spacy.cli',
'spacy.tokens',
'spacy.en',