From ae13e94b88d88c0b401fa1ccf43a2f09025232e7 Mon Sep 17 00:00:00 2001 From: elParaguayo Date: Sat, 12 Dec 2020 09:27:15 +0000 Subject: [PATCH] Include py.typed in Manifest.in py.typed needs to be included in package otherwise mypy will throw out errors. --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index d45f43e..4b726c5 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,2 @@ -include README.md LICENSE CHANGELOG.md pytest.ini requirements.txt .flake8 .style.yapf Dockerfile +include README.md LICENSE CHANGELOG.md pytest.ini requirements.txt .flake8 .style.yapf Dockerfile dbus_next/py.typed recursive-include test *.py