Commit e2df795a authored by Stefan Behnel's avatar Stefan Behnel

local merge

parents 89c93887 490889d3
......@@ -20,7 +20,9 @@ setup(
Extension("errors", ["errors.pyx"]),
Extension("cpdef", ["cpdef.pyx"]),
Extension("range", ["range.pyx"]),
Extension("early_temps", ["early_temps.pyx"]),
Extension("ints", ["ints.pyx"]),
Extension("clear", ["clear.pyx"]),
Extension("detect_override", ["detect_override.pyx"]),
],
cmdclass = {'build_ext': build_ext},
......
include MANIFEST.in README.txt INSTALL.txt CHANGES.txt ToDo.txt USAGE.txt
include CHANGES_pyrex.txt COPYING.txt LICENSE.txt Makefile
recursive-include .hg *
recursive-include Cython/.hg *
include setup.py
......@@ -6,6 +7,16 @@ include bin/cython
include cython.py
include Cython/Compiler/Lexicon.pickle
include Doc/*
include Demos/*.p*
include Demos/*.pyx
include Demos/*.pxd
include Demos/Setup.py
include Demos/Makefile*
include Tools/*
recursive-include Includes *
recursive-include tests *.pyx *.pxd *.pxi *.h
include runtests.py
include Cython/Compiler/Builtin.py
include Cython/Mac/Makefile
include Cython/Mac/_Filemodule_patched.c
include Cython/Unix/*.py
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment