Don't automatically include a data/ directory.

This commit is contained in:
Matthew Honnibal 2016-10-20 20:50:32 +02:00
parent 4ad7bb96c9
commit b5a74f8ad2

View File

@ -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__'],