From d78da5b3f0cb7139988a67fd9c7992fbaabd6249 Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Sun, 4 Oct 2020 15:51:01 +0900 Subject: [PATCH] PEP8 Signed-off-by: Hiroshi Miura --- MANIFEST.in | 1 + tests/test_misc.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 418f1ddc..95d2263d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -11,6 +11,7 @@ recursive-include tests *.txt recursive-include tests *.7z recursive-include tests *.0 recursive-include tests *.bin +recursive-include tests *.c recursive-include docs *.bat recursive-include docs *.dot recursive-include docs *.png diff --git a/tests/test_misc.py b/tests/test_misc.py index 78ea3ac3..1d0b88f4 100644 --- a/tests/test_misc.py +++ b/tests/test_misc.py @@ -73,4 +73,4 @@ def test_bcj_file(tmp_path): with py7zr.SevenZipFile(target, 'r') as ar: ar.extractall(tmp_path.joinpath('tgt')) p7zip_test(target) - libarchive_extract(target, tmp_path / 'tgt2') \ No newline at end of file + libarchive_extract(target, tmp_path / 'tgt2')