Created
September 20, 2018 23:42
-
-
Save rhaleblian/f3c3f0077ec8ef7b70b986c662d8089d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# EASY-INSTALL-ENTRY-SCRIPT: 'Sphinx==1.1.3','console_scripts','sphinx-build' | |
__requires__ = 'Sphinx==1.1.3' | |
import sys | |
from pkg_resources import load_entry_point | |
if __name__ == '__main__': | |
sys.exit( | |
load_entry_point('Sphinx==1.1.3', 'console_scripts', 'sphinx-build')() | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment