Cython has moved to github.

cython-devel

view MANIFEST.in @ 1307:a916d70ed6f7

Cleanup manifest, auxiliary files.
author Robert Bradshaw <robertwb@math.washington.edu>
date Mon Nov 10 11:04:30 2008 -0800 (3 years ago)
parents 6488f2d89e72
children cf39d98f7155
line source
1 include MANIFEST.in README.txt INSTALL.txt ToDo.txt USAGE.txt
2 include COPYING.txt LICENSE.txt Makefile
3 recursive-include .hg *
4 include .hgignore .hgtags
5 include setup.py
6 include bin/cython
7 include cython.py
8 include Cython/Compiler/Lexicon.pickle
9 include Cython/Includes/*.pxd
10 include Doc/*
12 include Demos/*.pyx
13 include Demos/*.py
14 include Demos/callback/*
15 include Demos/embed/*
16 include Demos/Setup.py
17 include Demos/Makefile*
18 include Tools/*
19 recursive-include tests *.pyx *.pxd *.pxi *.h *.BROKEN
20 include runtests.py
22 include Cython/Mac/Makefile
23 include Cython/Mac/_Filemodule_patched.c
25 recursive-include pyximport *.py
26 include pyximport/PKG-INFO pyximport/README