Skip to content

Commit 7bd806b

Browse files
committed
Fix check-manifest
1 parent 8cda17b commit 7bd806b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ deps =
2626
collective.checkdocs
2727
commands =
2828
python setup.py check --restructuredtext
29-
check-manifest -v --ignore sigal/version.py,.readthedocs.yml {toxinidir}
29+
check-manifest -v --ignore sigal/version.py,*.yml,*.yaml,.git-blame-ignore-revs {toxinidir}
3030

3131
[testenv:doc]
3232
whitelist_externals = make

0 commit comments

Comments
 (0)