##// END OF EJS Templates
Add doc about the format for storing interactive sessions....
Add doc about the format for storing interactive sessions. The idea is to use a notebook-like representation, but using plain rst for storage, with a few added directives of our own.

File last commit:

r2460:e8303d57
r2527:891a9b45
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')