Commit 3c71d2f2 authored by Robert Bradshaw's avatar Robert Bradshaw

Cleanup MANIFEST

parent 725b6f96
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 *
include .hgignore .hgtags
include setup.py
include bin/cython
include bin/cython bin/update_references
include cython.py
include Cython/Compiler/Lexicon.pickle
include Doc/*
include Demos/*.pyx
include Demos/*.pxd
include Demos/callback/*.pyx
include Demos/callback/*.pxd
include Demos/*.py
include Demos/callback/*
include Demos/embed/*
include Demos/Setup.py
include Demos/Makefile*
include Tools/*
recursive-include Includes *
recursive-include tests *.pyx *.pxd *.pxi *.h
recursive-include tests *.pyx *.pxd *.pxi *.h *.BROKEN
include runtests.py
include Cython/Compiler/Builtin.py
include Cython/Mac/Makefile
include Cython/Mac/_Filemodule_patched.c
include Cython/Unix/*.py
......@@ -89,7 +89,11 @@ setup(
'Cython.Compiler',
'Cython.Distutils',
'Cython.Mac',
'Cython.Plex'
'Cython.Unix',
'Cython.Plex',
'Cython.Tests',
'Cython.Compiler.Tests',
],
**setup_args
)
......
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