Author: Armin Rigo <ar...@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,
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to