projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b34b20d
)
add missing files to MANIFEST.in
author
Stefan Behnel
<scoder@users.berlios.de>
Mon, 9 Mar 2009 19:10:52 +0000
(20:10 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Mon, 9 Mar 2009 19:10:52 +0000
(20:10 +0100)
MANIFEST.in
patch
|
blob
|
history
diff --git
a/MANIFEST.in
b/MANIFEST.in
index 5389e238ed0c945e75533e810a9e07a021005f95..1c271bb2a7822fc3b454f04eb9b51a0feed8b8a1 100644
(file)
--- a/
MANIFEST.in
+++ b/
MANIFEST.in
@@
-6,7
+6,7
@@
include setup.py
include bin/cython
include cython.py
include Cython/Compiler/Lexicon.pickle
-
include Cython/Includes/
*.pxd
+
recursive-include Cython *.pyx
*.pxd
include Doc/*
include Demos/*.pyx