generated from dopt-python/py311
Cython Integration and Test Case Enhancements #1
3
setup.py
3
setup.py
@ -1,6 +1,9 @@
|
|||||||
from Cython.Build import cythonize
|
from Cython.Build import cythonize
|
||||||
|
from Cython.Compiler import Options
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
|
Options.docstrings = False
|
||||||
|
|
||||||
ext_modules = cythonize(["src/dopt_sensor_anomalies/detection.py"])
|
ext_modules = cythonize(["src/dopt_sensor_anomalies/detection.py"])
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user