Go to file
Brian E Granger cc85cf9653 Fixing a few small bugs in the setup.py scripts. In setupbase.py, in find_scripts, ipython
was spelled as lowercase.  This didn't cause a problem on OS X as it is case insensitive.  But
on Linux, it crashed.  Now ipython is spelled properly as "IPython".  Also, kernel/config/tests
and UserConfig were missing their __init__.py files.  These have been added.
2008-06-10 12:42:32 -06:00
setup.py Finished initial reworking and updating of setup.py and friends, including the MANIFEST.in. Everything seems 2008-06-08 16:25:02 -06:00
setupbase.py Fixing a few small bugs in the setup.py scripts. In setupbase.py, in find_scripts, ipython 2008-06-10 12:42:32 -06:00