From 77ef00d2b759ce813972347d0d5f4105228255aa Mon Sep 17 00:00:00 2001 From: Matthew Ballance Date: Sat, 2 Mar 2024 12:22:38 -0800 Subject: [PATCH] XX Signed-off-by: Matthew Ballance --- setup.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 94e5459..9f0c4e7 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,5 @@ import os from setuptools import setup -from Cython.Build import cythonize from setuptools.extension import Extension version="0.0.1" @@ -38,9 +37,6 @@ # 'ciostream = ciostream.pkginfo:PkgInfo' # ] # }, - ext_modules = cythonize([ext], - compiler_directives={ - 'embedsignature': True, - 'language_level': '3str'}) + ext_modules=[ext] )