Skip to content

Commit

Permalink
Fix: Remove CYTHON_PEP489_MULTI_PHASE_INIT=0 flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-msk committed Oct 27, 2024
1 parent b0f2163 commit 08699d5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions merak/data/setup.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@ setuptools.setup(
packages=setuptools.find_packages(),
ext_modules=cythonize(setuptools.Extension(
name="%s.__init__" % PACKAGE_NAME,
sources=get_source_files(PACKAGE_NAME),
extra_compile_args=["-DCYTHON_PEP489_MULTI_PHASE_INIT=0"]),
compiler_directives={{ "language_level": "3", "always_allow_keywords": True }}))
sources=get_source_files(PACKAGE_NAME)),
compiler_directives={{ "language_level": "3", "always_allow_keywords": True }}))

0 comments on commit 08699d5

Please sign in to comment.