summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2017-06-20 13:08:59 +0200
committerArmin Rigo <arigo@tunes.org>2017-06-20 13:08:59 +0200
commit5eb00a23c73e8b4500a7f3785298dfa7084df30a (patch)
tree8030e09df54c2ca02cbd7b272e73628066129da8 /setup.py
parent5ba28a216665d0af2ab50382a6e38a97d061bcf9 (diff)
downloadcffi-5eb00a23c73e8b4500a7f3785298dfa7084df30a.tar.gz
List _cffi_errors.h here (oops, thanks gabriel-m)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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,