From 5eb00a23c73e8b4500a7f3785298dfa7084df30a Mon Sep 17 00:00:00 2001 From: Armin Rigo Date: Tue, 20 Jun 2017 13:08:59 +0200 Subject: List _cffi_errors.h here (oops, thanks gabriel-m) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 4080d5c..c4777d6 100644 --- a/setup.py +++ b/setup.py @@ -186,7 +186,7 @@ Contact version='1.11.0', packages=['cffi'] if cpython else [], package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h', - '_embedding.h']} + '_embedding.h', '_cffi_errors.h']} if cpython else {}, zip_safe=False, -- cgit v1.2.1