--- setup.py.orig 2015-04-14 20:08:44.000000000 +0300 +++ setup.py 2015-05-07 00:45:09.223916951 +0300 @@ -62,7 +62,7 @@ ], entry_points=""" [console_scripts] - html2text=html2text.cli:main + pyhtml2text=html2text.cli:main """, license='GNU GPL 3', requires=requires_list, .