Use string name in setup.py

Hopefully this will trick GitHub's parser into recognising it as a Python package and show us the dependents / "used by" statistics 🤞
This commit is contained in:
Ines Montani 2019-05-28 17:11:39 +02:00
parent ed7be3f64c
commit a8416c46f7

View File

@ -209,7 +209,7 @@ def setup_package():
generate_cython(root, "spacy")
setup(
name=about["__title__"],
name="spacy",
zip_safe=False,
packages=PACKAGES,
package_data=PACKAGE_DATA,