##// END OF EJS Templates
Ongoing work on the config system....
Ongoing work on the config system. At this point, I am mostly testing out various approaches, but: * class_traits and class_trait_names added. * appconfig example created for testing new config ideas. * InteractiveShell traits updated. * shortname handling added to command line config loader.

File last commit:

r2460:e8303d57
r3789:4999878d
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')