summaryrefslogtreecommitdiff
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
commit6b2b933c1c0c97fc42f106ce7d4132ea102066f6 (patch)
tree9513b0248eebe7d30dd5dd7362c74b64247cca4d
parent3a384e9226f44f53733306fa717967bdd4cdc199 (diff)
downloadcython-6b2b933c1c0c97fc42f106ce7d4132ea102066f6.tar.gz
add missing cythonize.py script to sdist
--HG-- extra : transplant_source : %DA%97_%C9%8A%9E%ED%3F7%FC4m%1E%E6%0E%D3%89l%DF%D4
-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/*