--- setup.py.orig	2021-07-25 12:10:28.000000000 +0100
+++ setup.py	2021-07-25 12:11:12.000000000 +0100
@@ -11,7 +11,7 @@
 ['click>=7.1.2,<8.0.0', 'name_that_hash>=1.7.0,<2.0.0', 'rich>=9.9,<11.0']
 
 entry_points = \
-{'console_scripts': ['pywhat = pywhat.what:main', 'what = pywhat.what:main']}
+{'console_scripts': 'pywhat = pywhat.what:main'}
 
 setup_kwargs = {
     'name': 'pywhat',
