summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorRobert Bradshaw <robertwb@math.washington.edu>2008-08-19 04:13:56 -0700
committerRobert Bradshaw <robertwb@math.washington.edu>2008-08-19 04:13:56 -0700
commitade90e6708e191760404fd26f07fd410233abae7 (patch)
treea1c1d32f86cc9f20388ce246af1a85fcb2a659df /MANIFEST.in
parent9df5fb27f86decbc0e14994c9242a42658a48086 (diff)
downloadcython-ade90e6708e191760404fd26f07fd410233abae7.tar.gz
Make sure the Includes get bundled.
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 d45b13d29..04125961b 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -6,6 +6,7 @@ include setup.py
include bin/cython bin/update_references
include cython.py
include Cython/Compiler/Lexicon.pickle
+include Cython/Includes/*.pxd
include Doc/*
include Demos/*.pyx
@@ -16,7 +17,6 @@ include Demos/embed/*
include Demos/Setup.py
include Demos/Makefile*
include Tools/*
-recursive-include Includes *
recursive-include tests *.pyx *.pxd *.pxi *.h *.BROKEN
include runtests.py