From 9804d330caf798e5f498ec885794ee54a9c4a591 Mon Sep 17 00:00:00 2001 From: Mauro Palumbo Date: Thu, 11 May 2017 12:03:07 +0200 Subject: [PATCH] a small correction in setup_cython.py --- postqe/setup_cython.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postqe/setup_cython.py b/postqe/setup_cython.py index b330be5..953903a 100644 --- a/postqe/setup_cython.py +++ b/postqe/setup_cython.py @@ -3,6 +3,6 @@ setup( name = 'cython functions', - ext_modules = cythonize("cextensions/cythonfun.pyx"), + ext_modules = cythonize("cythonextensions/cythonfun.pyx"), )