Skip to content

Commit

Permalink
PEP 517
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Nov 20, 2022
1 parent 8e92e32 commit b2341d9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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 .git-blame-ignore-revs
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ check-dictionary: check-dictionaries
sort-dictionary: sort-dictionaries
trim-dictionary: trim-dictionaries

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

check-dictionaries:
Expand Down
7 changes: 0 additions & 7 deletions bin/codespell

This file was deleted.

0 comments on commit b2341d9

Please sign in to comment.