[Cython] Cython 0.11 release candidate
Stefan Behnel
stefan_ml at behnel.de
Mon Mar 9 20:02:19 CET 2009
Stefan Behnel wrote:
> Did you check if the
> directory in which you run the tests has a file "Cython/Runtime/refnanny.pyx"?
Ah, does this patch fix it?
diff -r 474a2405291b MANIFEST.in
--- a/MANIFEST.in Sun Mar 08 14:18:27 2009 +0100
+++ b/MANIFEST.in Mon Mar 09 20:01:52 2009 +0100
@@ -7,6 +7,7 @@
include cython.py
include Cython/Compiler/Lexicon.pickle
include Cython/Includes/*.pxd
+recursive-include Cython *.pyx
include Doc/*
include Demos/*.pyx
Stefan
More information about the Cython-dev
mailing list