##// END OF EJS Templates
Backport PR #4171: add nbconvert config file when creating profiles...
Backport PR #4171: add nbconvert config file when creating profiles and exclude log-level from ProfileCreate output should be backported to 1.1

File last commit:

r2460:e8303d57
r12462:e42b653f
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')