summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2014-10-11 13:14:20 +0200
committerStefan Behnel <stefan_ml@behnel.de>2014-10-11 13:14:20 +0200
commite51ee406320e33a173476c6da20d9ecbbe8382bd (patch)
treeabe90e751fae98f0cc6524f96e456754f0fc5baf /MANIFEST.in
parentd81b2e3985752694766edaa393eff4afef5ecd0b (diff)
downloadcython-e51ee406320e33a173476c6da20d9ecbbe8382bd.tar.gz
add missing cythonize.py script to sdist
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 0404b43c1..fe4276892 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -5,8 +5,7 @@ include pylintrc
include setup.py
include setupegg.py
include bin/*
-include cython.py
-include cygdb.py
+include cython.py cythonize.py cygdb.py
recursive-include Cython *.pyx *.pxd
include Doc/*