spaCy/MANIFEST.in
2020-02-19 15:52:55 +02:00

10 lines
247 B
Plaintext

recursive-include include *.h
recursive-include spacy *.txt *.pyx *.pxd
include LICENSE
include README.md
include bin/spacy
include pyproject.toml
include requirements.txt
recursive-exclude spacy/lang *.json
recursive-include spacy/lang *.json.gz