Commit a70c4590 authored by Tres Seaver's avatar Tres Seaver

Need to call out exported headers.

parent 2dac67b5
......@@ -40,6 +40,7 @@ setup(name='zope.proxy',
packages=['zope', 'zope.proxy'],
package_dir = {'': os.path.join(os.path.dirname(__file__), 'src')},
headers=[os.path.join('src', 'zope', 'proxy', 'proxy.h')],
ext_modules=[Extension("zope.proxy._zope_proxy_proxy",
[os.path.join('src', 'zope', 'proxy',
"_zope_proxy_proxy.c")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment