Skip to content

Commit

Permalink
Make sure the Includes get bundled.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwb committed Aug 19, 2008
1 parent 9df5fb2 commit ade90e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cython/Compiler/Version.py
@@ -1 +1 @@
version = '0.9.8.1'
version = '0.9.8.1.1'
2 changes: 1 addition & 1 deletion MANIFEST.in
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit ade90e6

Please sign in to comment.