Skip to content

Commit

Permalink
restore setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarbenjamin committed Dec 19, 2022
1 parent b3b7f64 commit 93217dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
setup(
name='python-flint',
cmdclass={'build_ext': build_ext},
ext_modules=cythonize(ext_modules, compiler_directives=compiler_directives, annotate=True),
ext_modules=cythonize(ext_modules, compiler_directives=compiler_directives),
#ext_modules=cythonize(ext_modules, compiler_directives=compiler_directives, annotate=True),
packages=['flint'],
package_dir={'': 'src'},
description='Bindings for FLINT and Arb',
Expand Down

0 comments on commit 93217dc

Please sign in to comment.