summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2012-07-08 22:23:44 +0200
committerStefan Behnel <stefan_ml@behnel.de>2012-07-08 22:23:44 +0200
commit616926b7ba2f3421f92892d6a054a463cfc4345c (patch)
tree78758bd100bb1d4f612b1bfc6cabe27b071dc807 /MANIFEST.in
parenta743c371135a0935292c5d84475ae7eabb19df04 (diff)
downloadcython-616926b7ba2f3421f92892d6a054a463cfc4345c.tar.gz
fix typo in MANIFEST.in
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index bb4b7d6a2..9bc162973 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -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