mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 09:26:27 +03:00
2ed49404e3
* Improve setup.py and call into Cython directly * Add numpy to setup_requires * Improve clean helper * Update setup.cfg * Try if it builds without pyproject.toml * Update MANIFEST.in
9 lines
222 B
Plaintext
9 lines
222 B
Plaintext
recursive-include include *.h
|
|
recursive-include spacy *.txt *.pyx *.pxd
|
|
include LICENSE
|
|
include README.md
|
|
include bin/spacy
|
|
include pyproject.toml
|
|
recursive-exclude spacy/lang *.json
|
|
recursive-include spacy/lang *.json.gz
|