Skip to content

Commit

Permalink
Black
Browse files Browse the repository at this point in the history
  • Loading branch information
LSchueler committed Jan 4, 2024
1 parent 59366ad commit 9c70ceb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
print("## GSTools setup: OpenMP not wanted by the user.")

# setup - do not include package data to ignore .pyx files in wheels
setup(ext_modules=cythonize(
CY_MODULES,
compile_time_env={"OPENMP": open_mp}),
setup(
ext_modules=cythonize(CY_MODULES, compile_time_env={"OPENMP": open_mp}),
include_package_data=False,
)

0 comments on commit 9c70ceb

Please sign in to comment.