mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
10 lines
247 B
Plaintext
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
|