mirror of
https://github.com/explosion/spaCy.git
synced 2026-03-10 07:02:42 +03:00
11 lines
319 B
Plaintext
11 lines
319 B
Plaintext
recursive-include spacy *.pyi *.pyx *.pxd *.txt *.cfg *.jinja *.toml *.hh
|
|
recursive-include spacy_cli *.json
|
|
include LICENSE
|
|
include README.md
|
|
include pyproject.toml
|
|
include spacy/py.typed
|
|
recursive-include spacy/cli *.yml
|
|
recursive-include spacy/tests *.json
|
|
recursive-include licenses *
|
|
recursive-exclude spacy *.cpp
|