Fix #7225: release package contains .mypy_cache directory

This commit is contained in:
Takeshi KOMIYA 2020-03-28 21:53:46 +09:00
parent c4b7189978
commit 5ba69ad837

View File

@ -50,7 +50,7 @@ clean-buildfiles:
.PHONY: clean-mypyfiles
clean-mypyfiles:
rm -rf .mypy_cache/
rm -rf **/.mypy_cache/
.PHONY: style-check
style-check: