From 60e49a606ae270fb4d455da1b565e0ea656ffb3c Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Tue, 28 Jun 2016 15:30:16 -0400 Subject: initial import --- setup.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 setup.py (limited to 'setup.py') diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..54d65cc --- /dev/null +++ b/setup.py @@ -0,0 +1,6 @@ +from distutils.core import setup +from Cython.Build import cythonize + +setup( + ext_modules = cythonize("*.pyx") +) -- cgit v1.2.3-70-g09d2