From b01b117f74288c202f73b55bcde7036dedb824aa Mon Sep 17 00:00:00 2001 From: Carl George Date: Wed, 13 Sep 2023 11:19:05 -0500 Subject: [PATCH] Exclude header files from package data While working on packaging this library for Fedora, we noticed that python_krb5.h is installed in the site-packages directory. I think it should be excluded, similar to how *.pxd and *.pyx files are. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=2238652 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index f14bece..d35ee07 100644 --- a/setup.cfg +++ b/setup.cfg @@ -42,6 +42,7 @@ krb5 = krb5 = *.pxd *.pyx + *.h [egg_info] tag_build = -- 2.41.0