Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
hainm committed May 5, 2020
1 parent 58f77f5 commit 0610139
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions setup.py
Expand Up @@ -26,16 +26,13 @@
log.info('setup.py entered')
log.info('$PATH=%s' % os.environ['PATH'])


try:
sys.argv.remove('--npm')
rebuild_nglview_js = True
except ValueError:
rebuild_nglview_js = False
try:
sys.argv.remove('--conda')
conda_build = True
except ValueError:
conda_build = False


def js_prerelease(command, strict=False):
"""decorator for building minified js/css prior to another command"""
Expand Down Expand Up @@ -216,6 +213,3 @@ def run(self):
}

setup(**setup_args)
if not conda_build:
# enable_extentions()
pass

0 comments on commit 0610139

Please sign in to comment.