Skip to content

Commit

Permalink
pip no longer exports APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
robnagler committed May 19, 2018
1 parent a700356 commit f19f039
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@
# All imports (except __future__) must come after this block.
# setuptools, in particular, caches data about the current state
# of modules so it has to be imported after the pykern import.
try:
from pykern import pksetup
except ImportError:
import pip
pip.main(['install', 'pykern'])
from pykern import pksetup

from pykern import pksetup

pksetup.setup(
name='rszgoubi',
Expand Down

0 comments on commit f19f039

Please sign in to comment.