Skip to content

Commit

Permalink
Double quotes to keep black compliance in setup.py
Browse files Browse the repository at this point in the history
Co-authored-by: Dr. Johannes Pohl <[email protected]>
  • Loading branch information
rffontenelle and jopohl committed Mar 13, 2024
1 parent d9a68fa commit 94384d7
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 @@ -61,7 +61,7 @@ def finalize_options(self):
print("Finalizing options")
_build_ext.finalize_options(self)
# Prevent numpy from thinking it is still in its setup process:
set_builtin('__NUMPY_SETUP__', False)
set_builtin("__NUMPY_SETUP__", False)
import numpy

self.include_dirs.append(numpy.get_include())
Expand Down

0 comments on commit 94384d7

Please sign in to comment.