summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: 3eff3175ad2a327cea6e91e287148db5f9afb3e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
include MANIFEST.in README.txt INSTALL.txt ToDo.txt USAGE.txt
include COPYING.txt LICENSE.txt PKG-INFO Makefile
include .hgrev
include setup.py
include setupegg.py
include bin/*
include cython.py
recursive-include Cython *.pyx *.pxd
include Doc/*

include Demos/*.pyx
include Demos/*.py
include Demos/callback/*
include Demos/embed/*
include Demos/freeze/*
include Demos/libraries/*
include Demos/Setup.py
include Demos/Makefile*
recursive-include Tools *
recursive-include tests *.pyx *.pxd *.pxi *.py *.h *.BROKEN bugs.txt
include runtests.py

include Cython/Mac/Makefile
include Cython/Mac/_Filemodule_patched.c

recursive-include pyximport *.py
include pyximport/PKG-INFO pyximport/README