mirror of https://github.com/explosion/spaCy.git
Don't automatically include a data/ directory.
This commit is contained in:
parent
4ad7bb96c9
commit
b5a74f8ad2
2
setup.py
2
setup.py
|
@ -183,7 +183,7 @@ def setup_package():
|
||||||
name=about['__title__'],
|
name=about['__title__'],
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
packages=PACKAGES,
|
packages=PACKAGES,
|
||||||
package_data={'': ['*.pyx', '*.pxd', '*.txt', '*.tokens', 'data']},
|
package_data={'': ['*.pyx', '*.pxd', '*.txt', '*.tokens']},
|
||||||
description=about['__summary__'],
|
description=about['__summary__'],
|
||||||
long_description=readme,
|
long_description=readme,
|
||||||
author=about['__author__'],
|
author=about['__author__'],
|
||||||
|
|
Loading…
Reference in New Issue