diff options
author | Georg Brandl <georg@python.org> | 2008-06-23 12:37:53 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-06-23 12:37:53 +0000 |
commit | a8bc1187dda7bf8f4db0fedc883ddeadb9f420e9 (patch) | |
tree | 9b266e53e073b0fb75804b2ef3e77ebba082738f /setup.py | |
parent | c71f080de876729ac7a35317a4f0a2a962ec13f4 (diff) | |
download | sphinx-git-a8bc1187dda7bf8f4db0fedc883ddeadb9f420e9.tar.gz |
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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' ] }, |