ensure all graphics headers are included on installation so that get_includes is useful

This commit is contained in:
Kovak 2015-06-12 14:27:10 -06:00
parent 5abe6f9e44
commit bd4826f644
1 changed files with 1 additions and 0 deletions

View File

@ -884,6 +884,7 @@ setup(
'core/text/*.pxi',
'graphics/*.pxd',
'graphics/*.pxi',
'graphics/*.h',
'lib/vidcore_lite/*.pxd',
'lib/vidcore_lite/*.pxi',
'data/*.kv',