# HG changeset patch # User Marcin Kuzminski # Date 2018-10-10 10:19:08 # Node ID 91fdedb62c816ea5a44e58c8deeeae6ded30442c # Parent ff96a7d1d04f440724c53f9310483a2861e7201a scripts: drop broken, and not used vcsserver binary script diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -131,9 +131,6 @@ setup( 'Programming Language :: Python :: 2.7', ], entry_points={ - 'console_scripts': [ - 'vcsserver=vcsserver.main:main', - ], 'paste.app_factory': ['main=vcsserver.http_main:main'] }, )