From e8eb50269fb6b26df74a72493639ed78949c1e98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeremy=20Lain=C3=A9?= Date: Wed, 8 Apr 2020 22:48:22 +0200 Subject: [PATCH] Add .flake8 to distribution tarball (fixes: #330) --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index ffc8812b..b119babb 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,4 +6,4 @@ recursive-include vendor/libuv * recursive-exclude vendor/libuv/.git * recursive-exclude vendor/libuv/docs * recursive-exclude vendor/libuv/img * -include LICENSE-MIT LICENSE-APACHE README.rst Makefile performance.png +include LICENSE-MIT LICENSE-APACHE README.rst Makefile performance.png .flake8