Cython has moved to github.
cython
view MANIFEST.in @ 398:5450c26066e9
Minor packaging changes
| author | Robert Bradshaw <robertwb@math.washington.edu> |
|---|---|
| date | Tue Apr 08 01:20:51 2008 -0700 (4 years ago) |
| parents | 8d7c496fbfad |
| children | 2e1549997091 |
line source
1 include MANIFEST.in README.txt INSTALL.txt CHANGES.txt ToDo.txt USAGE.txt
2 include CHANGES_pyrex.txt COPYING.txt LICENSE.txt Makefile
3 recursive-include .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/*.pyx
10 include Demos/*.pxd
11 include Demos/callback/*.pyx
12 include Demos/callback/*.pxd
13 include Demos/Setup.py
14 include Demos/Makefile*
15 include Tools/*
16 recursive-include Includes *
17 recursive-include tests *.pyx *.pxd *.pxi *.h
18 include runtests.py
20 include Cython/Compiler/Builtin.py
21 include Cython/Mac/Makefile
22 include Cython/Mac/_Filemodule_patched.c
23 include Cython/Unix/*.py
