summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index f6fdc6f96..ae0a8785f 100644
--- a/setup.py
+++ b/setup.py
@@ -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'
]
},