From c4612fb273df08dcd960031f3c089868b4b5acf8 Mon Sep 17 00:00:00 2001 From: QuentinN42 Date: Mon, 17 Jan 2022 22:17:05 +0100 Subject: [PATCH] MISC: add py.typed --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9deebb835eff7..e2522840b4f77 100644 --- a/setup.cfg +++ b/setup.cfg @@ -52,7 +52,7 @@ test = pytest-xdist>=1.31 [options.package_data] -* = templates/*, _libs/**/*.dll +* = templates/*, _libs/**/*.dll, py.typed [build_ext] inplace = True