From 39b79ef37914c18b8d888813d8b1abffb42c563e Mon Sep 17 00:00:00 2001 From: junkmd Date: Tue, 27 Jun 2023 08:25:54 +0900 Subject: [PATCH] add `hints.pyi` to `package_data` in `setup.py` --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 13045e88d..aa8bd973f 100644 --- a/setup.py +++ b/setup.py @@ -143,6 +143,9 @@ def run(self): "mylib.tlb" "urlhist.tlb", "test_jscript.js", + ], + "comtypes": [ + "hints.pyi" ]}, classifiers=classifiers,