Adding initial documentation on the notebook.

This commit is contained in:
Brian E. Granger 2011-08-11 09:19:43 -07:00
parent 90a20054a0
commit 0877b01a74

View File

@ -219,6 +219,7 @@ if 'setuptools' in sys.modules:
zmq = 'pyzmq>=2.1.4',
doc = 'Sphinx>=0.3',
test = 'nose>=0.10.1',
notebook = 'tornado>=2.0'
)
requires = setup_args.setdefault('install_requires', [])
setupext.display_status = False