mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-04 05:15:46 +08:00
Move extensions dir into test
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from distutils.core import setup
|
||||
from Cython.Build import cythonize
|
||||
|
||||
setup(
|
||||
ext_modules=cythonize("compiled.pyx")
|
||||
)
|
||||
Reference in New Issue
Block a user