From 1f51be18aff739a6f899eaee74a22c442a210149 Mon Sep 17 00:00:00 2001 From: taras Date: Wed, 27 Nov 2024 08:16:24 +0100 Subject: [PATCH] Remove unnecessary files from manifest --- MANIFEST.in | 1 - setup.py | 1 - 2 files changed, 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 0c97bad..91a2398 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,2 @@ -include picows/*.pxd picows/*.pyx picows/picows_compat.h exclude picows/*.c exclude examples/* \ No newline at end of file diff --git a/setup.py b/setup.py index 2e10102..2157c52 100644 --- a/setup.py +++ b/setup.py @@ -35,5 +35,4 @@ annotate=True, gdb_debug=False ), - package_data={"picows": ["py.typed"]}, )