Commit 1f604c41 authored by Guillaume Seguin's avatar Guillaume Seguin

Remove now useless setup_gcoderpyx.py

parent 21400ead
from distutils.core import setup
from Cython.Build import cythonize
setup(
ext_modules = cythonize("printrun/gcoder_line.pyx")
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment