mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-24 13:00:57 +08:00
10 lines
323 B
Python
Executable File
10 lines
323 B
Python
Executable File
#!/Users/fawce/projects/quantopian/qsim/.pyenv/bin/python
|
|
# EASY-INSTALL-ENTRY-SCRIPT: 'setuptools==0.6c11','console_scripts','easy_install'
|
|
__requires__ = 'setuptools==0.6c11'
|
|
import sys
|
|
from pkg_resources import load_entry_point
|
|
|
|
sys.exit(
|
|
load_entry_point('setuptools==0.6c11', 'console_scripts', 'easy_install')()
|
|
)
|