From ac8c6a9db46a2064c9f633d4600d4be85ec47469 Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Fri, 5 Nov 2010 09:10:20 -0700 Subject: [PATCH] Add build package. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 58e55c86..57c08f43 100644 --- a/setup.py +++ b/setup.py @@ -241,6 +241,7 @@ setup( scripts = scripts, packages=[ 'Cython', + 'Cython.Build', 'Cython.Compiler', 'Cython.Runtime', 'Cython.Distutils', -- 2.26.2