mirror of https://github.com/explosion/spaCy.git
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__'],
|
name=about['__name__'],
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
packages=PACKAGES,
|
packages=PACKAGES,
|
||||||
package_data={'': ['*.pyx', '*.pxd']},
|
package_data={'': ['*.pyx', '*.pxd', '*.txt', '*.tokens']},
|
||||||
description=about['__summary__'],
|
description=about['__summary__'],
|
||||||
author=about['__author__'],
|
author=about['__author__'],
|
||||||
author_email=about['__email__'],
|
author_email=about['__email__'],
|
||||||
|
|
Loading…
Reference in New Issue