Commit b9c4e647 authored by Robert Bradshaw's avatar Robert Bradshaw

Debugging test package in setup.py.

parent 126c548b
...@@ -269,6 +269,7 @@ packages = [ ...@@ -269,6 +269,7 @@ packages = [
if include_debugger: if include_debugger:
packages.append('Cython.Debugger') packages.append('Cython.Debugger')
packages.append('Cython.Debugger.Tests')
setup( setup(
name = 'Cython', 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