Skip to content

Commit

Permalink
Remove zip_safe=False.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed May 11, 2022
1 parent 4f5145e commit 6112af7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/dask_cudf/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,4 @@ def get_cuda_version_from_header(cuda_include_dir, delimeter=""):
cmdclass=versioneer.get_cmdclass(),
install_requires=install_requires,
extras_require=extras_require,
zip_safe=False,
)

0 comments on commit 6112af7

Please sign in to comment.