Cython has moved to github.

cython-devel

view MANIFEST.in @ 4256:b816b03ff502

Make __new__ -> __cinit__ into an error, fix compiler crash.
author Robert Bradshaw <robertwb@math.washington.edu>
date Tue Dec 21 02:09:22 2010 -0800 (17 months ago)
parents 45f56b1e6e42
children
line source
1 include MANIFEST.in README.txt INSTALL.txt ToDo.txt USAGE.txt
2 include COPYING.txt LICENSE.txt Makefile
3 include .hgrev
4 include setup.py
5 include setupegg.py
6 include bin/*
7 include cython.py
8 include cygdb.py
9 recursive-include Cython *.pyx *.pxd
10 include Doc/*
12 include Demos/*.pyx
13 include Demos/*.py
14 include Demos/callback/*
15 include Demos/embed/*
16 include Demos/freeze/*
17 include Demos/libraries/*
18 include Demos/Makefile*
19 recursive-include Tools *
20 recursive-include tests *.pyx *.pxd *.pxi *.py *.h *.BROKEN bugs.txt
21 recursive-include tests *_lib.cpp *.srctree
22 include runtests.py
24 include Cython/Debugger/Tests/cfuncs.c
25 include Cython/Debugger/Tests/codefile
27 recursive-include pyximport *.py
28 include pyximport/PKG-INFO pyximport/README