1
0
forked from VimPlug/jedi

moved extension tests into test_evaluate folder

This commit is contained in:
Dave Halter
2014-03-11 12:37:02 +01:00
parent cd7774f25f
commit 2457da0e7d
8 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
from distutils.core import setup
from Cython.Build import cythonize
setup(
ext_modules=cythonize("compiled.pyx")
)