Blame MANIFEST.in

Packit Service 99d393
include MANIFEST.in README.rst INSTALL.txt ToDo.txt USAGE.txt CHANGES.rst
Packit Service 99d393
include COPYING.txt LICENSE.txt 2to3-fixers.txt Makefile
Packit Service 99d393
include .gitrev
Packit Service 99d393
include pylintrc
Packit Service 99d393
include setup.py
Packit Service 99d393
include setupegg.py
Packit Service 99d393
include bin/*
Packit Service 99d393
include cython.py cythonize.py cygdb.py
Packit Service 99d393
recursive-include Cython *.pyx *.pxd
Packit Service 99d393
include Cython/Parser/Grammar Cython/Parser/__init__.py
Packit Service 99d393
include Doc/*
Packit Service 99d393
Packit Service 99d393
include Demos/*.pyx
Packit Service 99d393
include Demos/*.py
Packit Service 99d393
include Demos/callback/*
Packit Service 99d393
include Demos/benchmarks/*
Packit Service 99d393
include Demos/embed/*
Packit Service 99d393
include Demos/freeze/*
Packit Service 99d393
include Demos/libraries/*
Packit Service 99d393
include Demos/Makefile*
Packit Service 99d393
recursive-include Cython/Debugger/Tests *.pyx *.pxd *.c *.h
Packit Service 99d393
recursive-include Cython/Utility *.pyx *.pxd *.c *.h *.cpp
Packit Service 99d393
recursive-include Tools *
Packit Service 99d393
recursive-include tests *.pyx *.pxd *.pxi *.py *.h *.hpp *.BROKEN bugs.txt
Packit Service 99d393
recursive-include tests *_lib.cpp *.srctree
Packit Service 99d393
recursive-include docs *
Packit Service 99d393
include runtests.py
Packit Service 99d393
Packit Service 99d393
include Cython/Debugger/Tests/cfuncs.c
Packit Service 99d393
include Cython/Debugger/Tests/codefile
Packit Service 99d393
Packit Service 99d393
recursive-include pyximport *.py
Packit Service 99d393
include pyximport/PKG-INFO pyximport/README