Skip to content

Commit

Permalink
Extension installation hack no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
kzielnicki committed Oct 18, 2017
1 parent b739a78 commit b6e1ec6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
import os
import sys

# we don't support wheels because they won't let us install the nbextension (a bit hacky)
if 'bdist_wheel' in sys.argv:
raise RuntimeError("Nodebook does not support wheels, coercing to pip fallback behavior (non-fatal error)")

setup(
name='nodebook',
version='0.2.0',
Expand Down

0 comments on commit b6e1ec6

Please sign in to comment.