Commit ade90e67 authored by Robert Bradshaw's avatar Robert Bradshaw

Make sure the Includes get bundled.

parent 9df5fb27
version = '0.9.8.1' version = '0.9.8.1.1'
...@@ -6,6 +6,7 @@ include setup.py ...@@ -6,6 +6,7 @@ include setup.py
include bin/cython bin/update_references include bin/cython bin/update_references
include cython.py include cython.py
include Cython/Compiler/Lexicon.pickle include Cython/Compiler/Lexicon.pickle
include Cython/Includes/*.pxd
include Doc/* include Doc/*
include Demos/*.pyx include Demos/*.pyx
...@@ -16,7 +17,6 @@ include Demos/embed/* ...@@ -16,7 +17,6 @@ include Demos/embed/*
include Demos/Setup.py include Demos/Setup.py
include Demos/Makefile* include Demos/Makefile*
include Tools/* include Tools/*
recursive-include Includes *
recursive-include tests *.pyx *.pxd *.pxi *.h *.BROKEN recursive-include tests *.pyx *.pxd *.pxi *.h *.BROKEN
include runtests.py include runtests.py
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment