##// END OF EJS Templates
Updating notebook configuration....
Updating notebook configuration. * ipython_notebook_config.py is now created and staged. * New certfile/keyfile config=True attributes for enabling SSL/TLS. * Examples of usage added. * New handling for --ip=* * Aliases added.

File last commit:

r2460:e8303d57
r4519:53df0ac7
Show More
setupegg.py
6 lines | 156 B | text/x-python | PythonLexer
#!/usr/bin/env python
"""Wrapper to run setup.py using setuptools."""
# Import setuptools and call the actual setup
import setuptools
execfile('setup.py')