Commit 38a051cb authored by Stefan Behnel's avatar Stefan Behnel

missing package data files for gdb support tests

parent 5692f740
......@@ -271,6 +271,9 @@ packages = [
if include_debugger:
packages.append('Cython.Debugger')
packages.append('Cython.Debugger.Tests')
# it's enough to do this for Py2.5+:
setup_args['package_data']['Cython.Debugger.Tests'] = ['codefile', 'cfuncs.c']
setup(
name = 'Cython',
......
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