mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
Don't install scripts twice. Thanks to lunar.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user