mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
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__'],
|
||||
zip_safe=False,
|
||||
packages=PACKAGES,
|
||||
package_data={'': ['*.pyx', '*.pxd', '*.txt', '*.tokens', 'data']},
|
||||
package_data={'': ['*.pyx', '*.pxd', '*.txt', '*.tokens']},
|
||||
description=about['__summary__'],
|
||||
long_description=readme,
|
||||
author=about['__author__'],
|
||||
|
|
Loading…
Reference in New Issue
Block a user