From 1c8f376da35ae1bc421b2f616c1d5fb8bb12760a Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Mon, 6 Jun 2022 20:25:22 +0200 Subject: [PATCH] add hid.c to MANIFEST.in --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 8086abd..f38ca16 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -11,5 +11,6 @@ include LICENSE*.txt include tests.py include try.py include chid.pxd +include hid.c include hid.pyx include hidraw.pyx