From 038e2e65101d0b2a2696ad90c1e918b1fbe93a51 Mon Sep 17 00:00:00 2001 From: Antti Kaihola <13725+akaihola@users.noreply.github.com> Date: Thu, 28 Mar 2024 22:12:40 +0200 Subject: [PATCH] Include `.pyi` files in package data see https://github.com/python/mypy/issues/13392#issuecomment-2026018615 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index ad1a40bac..a0cb6f602 100644 --- a/setup.cfg +++ b/setup.cfg @@ -42,6 +42,7 @@ where = src [options.package_data] darker = py.typed + .pyi [options.entry_points] console_scripts =