Skip to content

Commit

Permalink
Make check-manifest happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed May 3, 2020
1 parent 7e91ff2 commit 0907a34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Expand Up @@ -7,6 +7,7 @@ include .travis.yml
include testsuite.py
include tests.py
include tests/*.txt
include tests/sample-tree/snake.egg-info
recursive-include tests/sample-tree *.py *.zip

# added by check_manifest.py
Expand Down
5 changes: 5 additions & 0 deletions setup.cfg
Expand Up @@ -8,3 +8,8 @@ python-file-with-version = findimports.py
extend-ignore = E131
# https://pep8.readthedocs.org/en/latest/intro.html#error-codes
# E131: continuation line unaligned for hanging indent

[check-manifest]
ignore-bad-ideas =
.#emacsjunk.py
snake.egg-info

0 comments on commit 0907a34

Please sign in to comment.