##// END OF EJS Templates
Add all decorators to tag magics....
Add all decorators to tag magics. Now all magics are properly tagged with our decorators and the registration machinery is also up.

File last commit:

r2460:e8303d57
r6922:05707667
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')