fix typo in MANIFEST.in
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 8 Jul 2012 20:23:44 +0000 (22:23 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 8 Jul 2012 20:23:44 +0000 (22:23 +0200)
MANIFEST.in

index bb4b7d6..9bc1629 100644 (file)
@@ -18,7 +18,7 @@ include Demos/freeze/*
 include Demos/libraries/*
 include Demos/Makefile*
 recursive-include Cython/Debugger/Tests *.pyx *.pxd *.c *.h
-recursive-include Cython/Utility *.pyx *.pxd *.c *.h .cpp
+recursive-include Cython/Utility *.pyx *.pxd *.c *.h *.cpp
 recursive-include Tools *
 recursive-include tests *.pyx *.pxd *.pxi *.py *.h *.BROKEN bugs.txt
 recursive-include tests *_lib.cpp *.srctree