| diff --git a/setup.py b/setup.py | |
| index a3ebd20..3bb3fa2 100755 | |
| --- a/setup.py | |
| +++ b/setup.py | |
| @@ -55,7 +55,6 @@ params = dict( | |
| 'cherrypy.process', | |
| 'cherrypy.scaffold', | |
| ], | |
| - entry_points={'console_scripts': ['cherryd = cherrypy.__main__:run']}, | |
| include_package_data=True, | |
| install_requires=[ | |
| 'cheroot>=6.2.4', |