From ade90e6708e191760404fd26f07fd410233abae7 Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Tue, 19 Aug 2008 04:13:56 -0700 Subject: [PATCH] Make sure the Includes get bundled. --- Cython/Compiler/Version.py | 2 +- MANIFEST.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cython/Compiler/Version.py b/Cython/Compiler/Version.py index d12023de..c0e9037d 100644 --- a/Cython/Compiler/Version.py +++ b/Cython/Compiler/Version.py @@ -1 +1 @@ -version = '0.9.8.1' +version = '0.9.8.1.1' diff --git a/MANIFEST.in b/MANIFEST.in index d45b13d2..04125961 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 -- 2.26.2