diff --git a/setup.py b/setup.py index 911c55e5..6402db00 100644 --- a/setup.py +++ b/setup.py @@ -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()