Don't install scripts twice. Thanks to lunar.

This commit is contained in:
Georg Brandl
2008-03-23 17:43:22 +00:00
parent 5dfd70d04d
commit 5a131c30a2
5 changed files with 16 additions and 15 deletions
+2 -1
View File
@@ -57,7 +57,8 @@ setup(
platforms='any',
packages=['sphinx'],
include_package_data=True,
scripts=['sphinx-build.py', 'sphinx-web.py', 'sphinx-quickstart.py'],
# replaced by the entry points
#scripts=['sphinx-build.py', 'sphinx-web.py', 'sphinx-quickstart.py'],
entry_points={
'console_scripts': [
'sphinx-build = sphinx:main',