mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Make spacy/data a package
This commit is contained in:
parent
bc10d06bc2
commit
5941fb9e92
1
setup.py
1
setup.py
|
@ -20,6 +20,7 @@ PACKAGE_DATA = {'': ['*.pyx', '*.pxd', '*.txt', '*.tokens']}
|
|||
|
||||
PACKAGES = [
|
||||
'spacy',
|
||||
'spacy.data',
|
||||
'spacy.cli',
|
||||
'spacy.tokens',
|
||||
'spacy.en',
|
||||
|
|
Loading…
Reference in New Issue
Block a user