swc-windows-installer.py: Remove IPython and nose entry points
authorW. Trevor King <wking@tremily.us>
Mon, 21 Oct 2013 16:36:38 +0000 (09:36 -0700)
committerW. Trevor King <wking@tremily.us>
Mon, 21 Oct 2013 17:17:44 +0000 (10:17 -0700)
commit94caeadb62fd7a22014a9ef44800aa2c839aa1f3
tree075f0aebfdea69ed0716895349bd1c13e905591b
parent9b6a54a83b363cee784fcfc1fa493a14780e4df8
swc-windows-installer.py: Remove IPython and nose entry points

Ethan thought these had been fixed upstream, and Aron Ahmadia pointed
to the Anaconda v1.6.2 release notes [1]:

  2013-07-09: 1.6.2: (Windows only)

    Fixed path being incorrectly appended on Windows during install

That means we can drop our entry point scripts and fall back to just
installing Nano and setting up EDITOR.

[1]: http://docs.continuum.io/anaconda/changelog.html
setup/swc-windows-installer.py