From bd4826f6447bfb129fa8f6322497eef305ca8105 Mon Sep 17 00:00:00 2001 From: Kovak Date: Fri, 12 Jun 2015 14:27:10 -0600 Subject: [PATCH] ensure all graphics headers are included on installation so that get_includes is useful --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 12e78ead7..3f07a9fde 100644 --- a/setup.py +++ b/setup.py @@ -884,6 +884,7 @@ setup( 'core/text/*.pxi', 'graphics/*.pxd', 'graphics/*.pxi', + 'graphics/*.h', 'lib/vidcore_lite/*.pxd', 'lib/vidcore_lite/*.pxi', 'data/*.kv',