projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9c4e64
)
Include debugging files in manifest.
author
Robert Bradshaw
<robertwb@math.washington.edu>
Thu, 9 Dec 2010 13:02:39 +0000
(
05:02
-0800)
committer
Robert Bradshaw
<robertwb@math.washington.edu>
Thu, 9 Dec 2010 13:02:39 +0000
(
05:02
-0800)
MANIFEST.in
patch
|
blob
|
history
diff --git
a/MANIFEST.in
b/MANIFEST.in
index 4adb44e73ba89ba43657c754e223a2641da7899a..5240c6897492342df4d522b4d06d7f5ea7e234fd 100644
(file)
--- a/
MANIFEST.in
+++ b/
MANIFEST.in
@@
-5,6
+5,7
@@
include setup.py
include setupegg.py
include bin/*
include cython.py
+include cygdb.py
recursive-include Cython *.pyx *.pxd
include Doc/*
@@
-24,5
+25,8
@@
include runtests.py
include Cython/Mac/Makefile
include Cython/Mac/_Filemodule_patched.c
+include Cython/Debugger/Tests/cfuncs.c
+include Cython/Debugger/Tests/codefile
+
recursive-include pyximport *.py
include pyximport/PKG-INFO pyximport/README