From 873de6db35d3fce09ac28f1e6ee9bdde28a2a858 Mon Sep 17 00:00:00 2001 From: "Matthias C. M. Troffaes" Date: Mon, 5 Jul 2021 12:05:33 +0100 Subject: [PATCH] Include missing ini files in manifest. --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 2f03369..5257e21 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,6 +4,8 @@ recursive-include tests *.py include *.rst include VERSION include requirements.txt +include mypy.ini +include pytest.ini exclude .travis.yml exclude appveyor.yml exclude codecov.yml