mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Add the data/ directory as package data
This commit is contained in:
parent
dda2fc6bef
commit
53d5bd62ee
2
setup.py
2
setup.py
|
@ -181,7 +181,7 @@ def setup_package():
|
|||
name=about['__title__'],
|
||||
zip_safe=False,
|
||||
packages=PACKAGES,
|
||||
package_data={'': ['*.pyx', '*.pxd', '*.txt', '*.tokens']},
|
||||
package_data={'': ['*.pyx', '*.pxd', '*.txt', '*.tokens', 'data']},
|
||||
description=about['__summary__'],
|
||||
long_description=readme,
|
||||
author=about['__author__'],
|
||||
|
|
Loading…
Reference in New Issue
Block a user