From b6bd8c8d2bb0c53bbad0f11377df6083313d26c2 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Mon, 6 Jan 2020 15:53:51 +0100 Subject: [PATCH] Remove .coveragerc from MANIFEST.in --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 9d51513d..46c9dbb6 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,7 +6,7 @@ include src/attr/py.typed recursive-include src *.pyi # Tests -include tox.ini .coveragerc conftest.py +include tox.ini conftest.py recursive-include tests *.py # Documentation