10682b9 is the last commit in the python branch that landed in v0.1.
Significant changes:
* Convert back from POSIX to Python [1]
* Quote $PATH export to account for spaces
* Install nano source syntax highlighters
* Install the sqlite3 shell
* Look for an R bin directory and add it to the PATH
* Add a README and COPYING metadata
* Add --verbose and --version options
All the commits pulled in:
*
10682b9 swc-windows-installer.py: Add --version and start with 0.1
*
23d9af6 swc-windows-installer.py: Search ProgramW6432 and ProgramFiles(x86)
*
710dc4a swc-windows-installer.py: Add missing space to 'c:\ProgramFiles'
*
b59c540 swc-windows-installer.py: Set default logging level to INFO
*
0b6b63e Fix 'Add' -> 'Adds' to match 'The script' lead-in
*
0205eb6 README.md: Copy the docstring into a README
*
99725a4 swc-windows-installer.py: Fix 'swc_windows_installer.py' -> hyphens
*
69448a8 swc-windows-installer.py: Change '~/nano.rc' to 'a ~/nano.rc'
*
d5fc791 swc-windows-installer.py: Canonical SQLite capitalization
*
7836f06 COPYING: Add the full text of the MIT license
*
5d91596 swc-windows-installer.py: Add logging
*
73efde0 swc-windows-installer.py: Link to msysGit releases on GitHub
*
42b7b62 swc-windows-installer.py: Standardize on 'msysGit' capitalization
*
58b7183 swc-windows-installer.py: Look for an R bin directory
*
7f6cd12 Add indication that the Windows installer is running
*
79b3dae swc-windows-installer.py: Install the sqlite3 shell
*
4fe28c0 swc-windows-installer.py: Generalize msysGit download link
*
21a58ad swc-windows-installer.py: Force UNIX-style \n line endings for ~/nano.rc
*
ee9a596 swc-windows-installer.py: Use POSIX paths for ~/nano.rc
*
a4536c4 swc-windows-installer.py: Use '~' in ~/nano.rc includes
*
3ee7b77 swc-windows-installer.py: Rename ~/.nanorc to ~/nano.rc
*
30d776f swc-windows-installer.py: Install nano source syntax highlighters
*
ed160e5 swc-windows-installer.py: Quote $PATH export to account for spaces.
[1]: https://github.com/swcarpentry/bc/issues/424