Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Commit

Permalink
Remove wheel installed check
Browse files Browse the repository at this point in the history
  • Loading branch information
jpadilla committed Jun 23, 2017
1 parent 23ee800 commit 2fe81c4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ def get_package_data(package):


if sys.argv[-1] == 'publish':
if os.system('pip freeze | grep wheel'):
print('wheel not installed.\nUse `pip install wheel`.\nExiting.')
sys.exit()
if os.system('pip freeze | grep twine'):
print('twine not installed.\nUse `pip install twine`.\nExiting.')
sys.exit()
Expand Down

0 comments on commit 2fe81c4

Please sign in to comment.