From 490889d37a2d859bda680d9c243a698435d5a3fe Mon Sep 17 00:00:00 2001
From: Robert Bradshaw <robertwb@math.washington.edu>
Date: Thu, 17 Jan 2008 10:29:49 -0800
Subject: [PATCH] Update manifest

---
 MANIFEST.in | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/MANIFEST.in b/MANIFEST.in
index f36c8fe3..7dd4a91d 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,5 @@
 include MANIFEST.in README.txt INSTALL.txt CHANGES.txt ToDo.txt USAGE.txt
+include CHANGES_pyrex.txt COPYING.txt LICENSE.txt Makefile
 recursive-include .hg *
 recursive-include Cython/.hg *
 include setup.py
@@ -6,6 +7,16 @@ include bin/cython
 include cython.py
 include Cython/Compiler/Lexicon.pickle
 include Doc/*
-include Demos/*.p*
+include Demos/*.pyx
+include Demos/*.pxd
+include Demos/Setup.py
 include Demos/Makefile*
+include Tools/*
+recursive-include Includes *
+recursive-include tests *.pyx *.pxd *.pxi *.h
+include runtests.py
+
 include Cython/Compiler/Builtin.py
+include Cython/Mac/Makefile
+include Cython/Mac/_Filemodule_patched.c
+include Cython/Unix/*.py
-- 
2.26.2