Remove sphinx-web script.

This commit is contained in:
Georg Brandl
2008-06-23 12:37:53 +00:00
parent c71f080de8
commit a8bc1187dd
2 changed files with 1 additions and 19 deletions

View File

@@ -79,11 +79,10 @@ setup(
packages=['sphinx'],
include_package_data=True,
# replaced by the entry points
#scripts=['sphinx-build.py', 'sphinx-web.py', 'sphinx-quickstart.py'],
#scripts=['sphinx-build.py', 'sphinx-quickstart.py'],
entry_points={
'console_scripts': [
'sphinx-build = sphinx:main',
'sphinx-web = sphinx.web:main',
'sphinx-quickstart = sphinx.quickstart:main'
]
},