Skip to content

Commit

Permalink
Resolve #29
Browse files Browse the repository at this point in the history
  • Loading branch information
pradal committed Apr 14, 2022
1 parent 415bce2 commit 48fa3d1
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 @@ -58,7 +58,7 @@ def compile_interface():
build_prefix= "build-cmake"

if 'CONDA_PREFIX' in os.environ or 'PREFIX' in os.environ :
deploy_args = {}
deploy_args = dict(namespace_packages = [namespace])
else:
currentdir = os.path.dirname(__file__)
deploy_args = dict(
Expand Down

0 comments on commit 48fa3d1

Please sign in to comment.