Skip to content

Commit 67bc09e

Browse files
PEP 517 (#2595)
1 parent 8a68c19 commit 67bc09e

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ recursive-include codespell_lib *.py
33
include codespell_lib/data/dictionary*.txt
44
include codespell_lib/data/linux-kernel.exclude
55
include COPYING
6-
include bin/codespell
76
exclude *.yml *.yaml
87
exclude .coveragerc
98
exclude .git-blame-ignore-revs

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ check-dictionary: check-dictionaries
1212
sort-dictionary: sort-dictionaries
1313
trim-dictionary: trim-dictionaries
1414

15-
codespell.1: codespell.1.include bin/codespell Makefile
16-
PYTHONPATH=. help2man ./bin/codespell --include codespell.1.include --no-info --output codespell.1
15+
codespell.1: codespell.1.include Makefile
16+
PYTHONPATH=. help2man codespell --include codespell.1.include --no-info --output codespell.1
1717
sed -i '/\.SS \"Usage/,+2d' codespell.1
1818

1919
check-dictionaries:

bin/codespell

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)