mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
add sun data
This commit is contained in:
parent
116ec3b849
commit
c00dd43fe0
2
setup.py
2
setup.py
|
@ -169,7 +169,7 @@ def setup_package():
|
|||
name=about['__name__'],
|
||||
zip_safe=False,
|
||||
packages=PACKAGES,
|
||||
package_data={'': ['*.pyx', '*.pxd']},
|
||||
package_data={'': ['*.pyx', '*.pxd', '*.txt', '*.tokens']},
|
||||
description=about['__summary__'],
|
||||
author=about['__author__'],
|
||||
author_email=about['__email__'],
|
||||
|
|
Loading…
Reference in New Issue
Block a user