587
|
1 |
#!python.exe
|
|
2 |
# EASY-INSTALL-ENTRY-SCRIPT: 'Sphinx==0.5.1','console_scripts','sphinx-build'
|
|
3 |
__requires__ = 'Sphinx==0.5.1'
|
|
4 |
import sys
|
|
5 |
from pkg_resources import load_entry_point
|
|
6 |
|
|
7 |
sys.exit(
|
|
8 |
load_entry_point('Sphinx==0.5.1', 'console_scripts', 'sphinx-build')()
|
|
9 |
)
|