mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-11 12:02:56 +00:00
Better tests directory structure (#2231)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# These lines are not sorted by isort on purpose
|
||||
# see: https://stackoverflow.com/a/53356077/4881441
|
||||
from setuptools import setup # isort:skip
|
||||
from Cython.Build import cythonize # isort:skip
|
||||
|
||||
setup(ext_modules=cythonize("helloworld.pyx"))
|
Reference in New Issue
Block a user