projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
126c548
)
Debugging test package in setup.py.
author
Robert Bradshaw
<robertwb@math.washington.edu>
Thu, 9 Dec 2010 12:39:07 +0000
(
04:39
-0800)
committer
Robert Bradshaw
<robertwb@math.washington.edu>
Thu, 9 Dec 2010 12:39:07 +0000
(
04:39
-0800)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/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',