mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
971826a96d
* Include git commit in package and model meta * Rewrite to read file in setup * Fix file handle
10 lines
251 B
Plaintext
10 lines
251 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
|
|
recursive-include licenses *
|