Skip to content

Commit

Permalink
setup.py: Fix up
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jun 30, 2024
1 parent 6bae459 commit a2b6839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def readfile(filename):
if any(x in sys.argv
for x in ['build', 'build_ext', 'bdist_wheel', 'install']):
ext_modules = cythonize(ext_modules, include_path=sys.path,
compile_time_env=compile_time_env),
compile_time_env=compile_time_env)

setup(
name="sage_numerical_backends_coin",
Expand Down

0 comments on commit a2b6839

Please sign in to comment.