From fcd69031519975c0b6566571726f81492dbbd441 Mon Sep 17 00:00:00 2001 From: Mikhail Korobov Date: Tue, 30 Oct 2012 00:32:47 +0600 Subject: [PATCH] fix packaging: py3.h must be included in distribution (tox tests didn't run without this) --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 2ff23e019..e3454cb03 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,6 +6,7 @@ exclude SHIP exclude SHIP.bat include *.rst include *.c +include *.h recursive-exclude Tests * recursive-include docs *.txt recursive-include libImaging *.c *.h