mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
ba186299e1
* Tidy up and modernize setup and config * Update setup.cfg * Re-add pyproject.toml * Delete .flake8 * Move static meta from about to setup.cfg * Update setup.cfg Co-Authored-By: Matthew Honnibal <honnibal+gh@gmail.com>
9 lines
210 B
Plaintext
9 lines
210 B
Plaintext
recursive-include include *.h
|
|
recursive-include spacy *.txt
|
|
include LICENSE
|
|
include README.md
|
|
include bin/spacy
|
|
include pyproject.toml
|
|
recursive-exclude spacy/lang *.json
|
|
recursive-include spacy/lang *.json.gz
|