Debugging test package in setup.py.
authorRobert Bradshaw <robertwb@math.washington.edu>
Thu, 9 Dec 2010 12:39:07 +0000 (04:39 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Thu, 9 Dec 2010 12:39:07 +0000 (04:39 -0800)
setup.py

index 74c810fb6a1a8c26f4d67a45981140c83ab23044..844ab0ea6bacd3e0bf65910c950653017456709d 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -269,6 +269,7 @@ packages = [
 
 if include_debugger:
     packages.append('Cython.Debugger')
+    packages.append('Cython.Debugger.Tests')
 
 setup(
   name = 'Cython',