[pypy-commit] cffi default: List _cffi_errors.h here (oops, thanks gabriel-m)

arigo pypy.commits at gmail.com
Tue Jun 20 07:09:12 EDT 2017


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r2989:f06010593f74
Date: 2017-06-20 13:08 +0200
http://bitbucket.org/cffi/cffi/changeset/f06010593f74/

Log:	List _cffi_errors.h here (oops, thanks gabriel-m)

diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -186,7 +186,7 @@
         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,
 


More information about the pypy-commit mailing list