summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2016-01-01 20:33:44 +0000
committerArmin Rigo <arigo@tunes.org>2016-01-01 20:33:44 +0000
commit520ac920d49d75cb2dbddbd436dc2a2376327c08 (patch)
treee328328864d1698e649b1b83e6e14d2e7d926cae /setup.py
parent617930701203dfb01e9a79c243fffaceed8d11f5 (diff)
downloadcffi-520ac920d49d75cb2dbddbd436dc2a2376327c08.tar.gz
fixes
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 62aefae..a785be6 100644
--- a/setup.py
+++ b/setup.py
@@ -146,7 +146,8 @@ Contact
""",
version='1.4.3',
packages=['cffi'] if cpython else [],
- package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h']}
+ package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h',
+ '_embedding.h']}
if cpython else {},
zip_safe=False,