##// END OF EJS Templates
scripts: drop broken, and not used vcsserver binary script
marcink -
r565:91fdedb6 default
parent child Browse files
Show More
@@ -131,9 +131,6 b' setup('
131 'Programming Language :: Python :: 2.7',
131 'Programming Language :: Python :: 2.7',
132 ],
132 ],
133 entry_points={
133 entry_points={
134 'console_scripts': [
135 'vcsserver=vcsserver.main:main',
136 ],
137 'paste.app_factory': ['main=vcsserver.http_main:main']
134 'paste.app_factory': ['main=vcsserver.http_main:main']
138 },
135 },
139 )
136 )
General Comments 0
You need to be logged in to leave comments. Login now