Include missing file in git (APPLICATION_NAME.py).
0.0.11
Correct README.rst. Correct upd_usage_in_readme() text alignment.
0.0.10
Recreates reference.rst in the doc directory on each build. Can be disabled inside build.cmd by remarking the REBUILD_REFERENCE=YES line. Checks PEP8 (flake8) and Py3 compatibility (pylint --py3k). Py3 compatibility check can be disabled inside build.cmd by remarking the CHECK_PY3_COMPATIBILITY=YES line. Code cleanup. Change sphinx theme when in RTD.
0.0.9
Remove Sphinx upload section from setup.cfg. Update README.rst. Save answers (DEFAULT_AUTHOR, DEFAULT_EMAIL, DEFAULT_URL, DEFAULT_VERSION and DEFAULT_LICENSE) for future use in other applications. py2exe build now works with Py3 (tested with Anaconda).
0.0.8
Add files and dirs to .gitignore. Correct setup_py2exe.py to include doc if exists. Add warning to py2exe build. Add ERRORLEVEL check when publishing dists to PyPI.