Skip to content

Commit

Permalink
Missing items in MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwb committed Sep 26, 2009
1 parent 47cd51f commit 97a7e65
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include COPYING.txt LICENSE.txt Makefile
recursive-include .hg *
include .hgignore .hgtags
include setup.py
include bin/cython
include bin/*
include cython.py
include Cython/Compiler/Lexicon.pickle
recursive-include Cython *.pyx *.pxd
Expand All @@ -13,10 +13,11 @@ include Demos/*.pyx
include Demos/*.py
include Demos/callback/*
include Demos/embed/*
include Demos/freeze/*
include Demos/Setup.py
include Demos/Makefile*
include Tools/*
recursive-include tests *.pyx *.pxd *.pxi *.h *.BROKEN
recursive-include tests *.pyx *.pxd *.pxi *.py *.h *.BROKEN bugs.txt
include runtests.py

include Cython/Mac/Makefile
Expand Down

0 comments on commit 97a7e65

Please sign in to comment.