Add pxi files for Python/C API (and a couple of other stubs)
[cython.git] / MANIFEST.in
1 include MANIFEST.in README.txt INSTALL.txt CHANGES.txt ToDo.txt USAGE.txt
2 recursive-include .hg *
3 recursive-include Cython/.hg *
4 include setup.py
5 include bin/cython
6 include cython.py
7 include Cython/Compiler/Lexicon.pickle
8 include Doc/*
9 include Demos/*