mirror of
https://github.com/codespell-project/codespell.git
synced 2025-08-06 18:24:41 +08:00
12 lines
338 B
Plaintext
12 lines
338 B
Plaintext
include codespell_lib/__init__.py
|
|
recursive-include codespell_lib *.py
|
|
include codespell_lib/data/dictionary*.txt
|
|
include codespell_lib/data/linux-kernel.exclude
|
|
include COPYING
|
|
include bin/codespell
|
|
exclude *.yml *.yaml
|
|
exclude .coveragerc
|
|
exclude example example/* snap snap/* tools tools/*
|
|
exclude Makefile
|
|
exclude codespell.1.include
|